View Source GoogleApi.HealthCare.V1beta1.Model.SearchParameter (google_api_health_care v0.50.1)

Contains the versioned name and the URL for one SearchParameter.

Attributes

  • canonicalUrl (type: String.t, default: nil) - The canonical url of the search parameter resource.
  • parameter (type: String.t, default: nil) - 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}/

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.SearchParameter{
  canonicalUrl: String.t() | nil,
  parameter: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.