GoogleApi.ContentWarehouse.V1.Model.TeragoogleDocumentInfoAttachment
Table of Contents ▼
Jump to a specific part of the page:
Description
Misc. attachments to be added to the dynamic repository the docservers build. These override any attachments created by parsing the GDocumentBase.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
name
(type:String.t
, default:nil
)
- -
options
(type:GoogleApi.ContentWarehouse.V1.Model.TeragoogleRepositoryAttachmentOptions
, default:nil
)
- -
value
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TeragoogleDocumentInfoAttachment{
name: String.t() | nil,
options: GoogleApi.ContentWarehouse.V1.Model.TeragoogleRepositoryAttachmentOptions.t() | nil,
value: String.t() | nil
}
name: String.t() | nil,
options: GoogleApi.ContentWarehouse.V1.Model.TeragoogleRepositoryAttachmentOptions.t() | nil,
value: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.TeragoogleDocumentInfoAttachment