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.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.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? |