Class ServiceLockInfo
ServiceLockInfo represents the details of a lock taken by the service on a Backup resource.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class ServiceLockInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Operation
Output only. The name of the operation that created this lock. The lock will automatically be released when the operation completes.
Declaration
[JsonProperty("operation")]
public virtual string Operation { get; set; }
Property Value
Type | Description |
---|---|
string |