Class GoogleCloudContentwarehouseV1LockDocumentRequest
Request message for DocumentService.LockDocument.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1LockDocumentRequest : IDirectResponseSchema
Properties
CollectionId
The collection the document connects to.
Declaration
[JsonProperty("collectionId")]
public virtual string CollectionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LockingUser
The user information who locks the document.
Declaration
[JsonProperty("lockingUser")]
public virtual GoogleCloudContentwarehouseV1UserInfo LockingUser { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1UserInfo |