Show / Hide Table of Contents

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.

Inheritance
object
ApplyAdminConsentsErrorDetail
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX