Class ApplyAdminConsentsErrorDetail
Contains the error details of the unsupported admin Consent resources for when the ApplyAdminConsents method fails to apply one or more Consent resources.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ApplyAdminConsentsErrorDetail : IDirectResponseSchema
Properties
ConsentErrors
The list of Consent resources that are unsupported or cannot be applied and the error associated with each of them.
Declaration
[JsonProperty("consentErrors")]
public virtual IList<ConsentErrors> ConsentErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<ConsentErrors> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExistingOperationId
The currently in progress non-validate-only ApplyAdminConsents operation ID if exist.
Declaration
[JsonProperty("existingOperationId")]
public virtual ulong? ExistingOperationId { get; set; }
Property Value
Type | Description |
---|---|
ulong? |