Show / Hide Table of Contents

Class ReconciliationOperationMetadata

Operation metadata returned by the CLH during resource state reconciliation.

Inheritance
object
ReconciliationOperationMetadata
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.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class ReconciliationOperationMetadata : IDirectResponseSchema

Properties

DeleteResource

DEPRECATED. Use exclusive_action instead.

Declaration
[JsonProperty("deleteResource")]
public virtual bool? DeleteResource { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

ExclusiveAction

Excluisive action returned by the CLH.

Declaration
[JsonProperty("exclusiveAction")]
public virtual string ExclusiveAction { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX