View Source GoogleApi.HealthCare.V1beta1.Model.ConsentErrors (google_api_health_care v0.53.0)

The Consent resource name and error.

Attributes

  • error (type: GoogleApi.HealthCare.V1beta1.Model.Status.t, default: nil) - The error code and message.
  • name (type: String.t, default: nil) - The versioned name of the admin Consent resource, in the format projects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{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/{fhir_store_id}/fhir/Consent/{resource_id}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.ConsentErrors{
  error: GoogleApi.HealthCare.V1beta1.Model.Status.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.