Class ReconciliationOperationMetadata
Operation metadata returned by the CLH during resource state reconciliation.
Implements
Inherited Members
Namespace: Google.Apis.AppHub.v1.Data
Assembly: Google.Apis.AppHub.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 |