TeragoogleDocumentInfoAttachment

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):

View Attributes

Attributes

  1. name (type: String.t, default: nil)
    -
  2. options (type: GoogleApi.ContentWarehouse.V1.Model.TeragoogleRepositoryAttachmentOptions, default: nil)
    -
  3. 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
}

Function

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

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