Show / Hide Table of Contents

Class ApplyAdminConsentsResponse

Response when all admin Consent resources in scope were processed and all affected resources were reindexed successfully. This structure will be included in the response when the operation finishes successfully.

Inheritance
object
ApplyAdminConsentsResponse
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 ApplyAdminConsentsResponse : IDirectResponseSchema

Properties

AffectedResources

The number of resources (including the Consent resources) that may have consent access change.

Declaration
[JsonProperty("affectedResources")]
public virtual long? AffectedResources { get; set; }
Property Value
Type Description
long?

ConsentApplySuccess

If validate_only=false in ApplyAdminConsentsRequest, this counter contains the number of Consent resources that were successfully applied. Otherwise, it is the number of Consent resources that are supported.

Declaration
[JsonProperty("consentApplySuccess")]
public virtual long? ConsentApplySuccess { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FailedResources

The number of resources (including the Consent resources) that ApplyAdminConsents failed to re-index.

Declaration
[JsonProperty("failedResources")]
public virtual long? FailedResources { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX