GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentReference
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
References to the documents.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
createTime
(type:DateTime.t
, default:nil
)
- Output only. The time when the document is created. -
deleteTime
(type:DateTime.t
, default:nil
)
- Output only. The time when the document is deleted. -
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. -
documentIsFolder
(type:boolean()
, default:nil
)
- The document type of the document being referenced. -
documentIsLegalHoldFolder
(type:boolean()
, default:nil
)
- Document is a folder with legal hold. -
documentIsRetentionFolder
(type:boolean()
, default:nil
)
- Document is a folder with retention policy. -
documentName
(type:String.t
, default:nil
)
- Required. Name of the referenced document. -
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. -
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
}
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