View Source GoogleApi.HealthCare.V1beta1.Model.ConsentErrors (google_api_health_care v0.52.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 formatprojects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resource_id}/_history/{version_id}
. For FHIR stores withdisable_resource_versioning=true
, the format isprojects/{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
Unwrap a decoded JSON object into its complex fields.