SearchParameterArgs

data class SearchParameterArgs(val canonicalUrl: Output<String>? = null, val parameter: Output<String>? = null) : ConvertibleToJava<SearchParameterArgs>

Contains the versioned name and the URL for one SearchParameter.

Constructors

Link copied to clipboard
fun SearchParameterArgs(canonicalUrl: Output<String>? = null, parameter: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SearchParameterArgs

Properties

Link copied to clipboard
val canonicalUrl: Output<String>? = null

The canonical url of the search parameter resource.

Link copied to clipboard
val parameter: Output<String>? = null

The versioned name of the search parameter resource. The format is projects/{project-id}/locations/{location}/datasets/{dataset-id}/fhirStores/{fhirStore-id}/fhir/SearchParameter/{resource-id}/_history/{version-id} For fhir stores with disable_resource_versioning=true, the format is projects/{project-id}/locations/{location}/datasets/{dataset-id}/fhirStores/{fhirStore-id}/fhir/SearchParameter/{resource-id}/