GoogleCloudContentwarehouseV1LockDocumentRequest

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1LockDocumentRequest


Table of Contents ▼

Jump to a specific part of the page:

Description

Request message for DocumentService.LockDocument.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. collectionId (type: String.t, default: nil)
    - The collection the document connects to.
  2. lockingUser (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UserInfo, default: nil)
    - The user information who locks the document.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1LockDocumentRequest{
collectionId: String.t() | nil,
lockingUser: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UserInfo.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1LockDocumentRequest