Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1LockDocumentRequest

Request message for DocumentService.LockDocument.

Inheritance
object
GoogleCloudContentwarehouseV1LockDocumentRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX