GoogleCloudContentwarehouseV1DocumentReference

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentReference


Table of Contents ▼

Jump to a specific part of the page:

Description

References to the documents.

Attributes List

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

View Attributes

Attributes

  1. createTime (type: DateTime.t, default: nil)
    - Output only. The time when the document is created.
  2. deleteTime (type: DateTime.t, default: nil)
    - Output only. The time when the document is deleted.
  3. displayName (type: String.t, default: nil)
    - display_name of the referenced document; this name does not need to be consistent to the display_name in the Document proto, depending on the ACL constraint.
  4. documentIsFolder (type: boolean(), default: nil)
    - The document type of the document being referenced.
  5. documentIsLegalHoldFolder (type: boolean(), default: nil)
    - Document is a folder with legal hold.
  6. documentIsRetentionFolder (type: boolean(), default: nil)
    - Document is a folder with retention policy.
  7. documentName (type: String.t, default: nil)
    - Required. Name of the referenced document.
  8. snippet (type: String.t, default: nil)
    - Stores the subset of the referenced document's content. This is useful to allow user peek the information of the referenced document.
  9. updateTime (type: DateTime.t, default: nil)
    - Output only. The time when the document is last updated.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentReference{
createTime: DateTime.t() | nil,
deleteTime: DateTime.t() | nil,
displayName: String.t() | nil,
documentIsFolder: boolean() | nil,
documentIsLegalHoldFolder: boolean() | nil,
documentIsRetentionFolder: boolean() | nil,
documentName: String.t() | nil,
snippet: String.t() | nil,
updateTime: DateTime.t() | nil
}

Function

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

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