View Source GoogleApi.HealthCare.V1beta1.Model.ApplyAdminConsentsErrorDetail (google_api_health_care v0.56.1)
Contains the error details of the unsupported admin Consent resources for when the ApplyAdminConsents method fails to apply one or more Consent resources.
Attributes
-
consentErrors
(type:list(GoogleApi.HealthCare.V1beta1.Model.ConsentErrors.t)
, default:nil
) - The list of Consent resources that are unsupported or cannot be applied and the error associated with each of them. -
existingOperationId
(type:String.t
, default:nil
) - The currently in progress non-validate-only ApplyAdminConsents operation ID if exist.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.HealthCare.V1beta1.Model.ApplyAdminConsentsErrorDetail{ consentErrors: [GoogleApi.HealthCare.V1beta1.Model.ConsentErrors.t()] | nil, existingOperationId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.