View Source GoogleApi.ContentWarehouse.V1.Model.TeragoogleDocumentInfoAttachment (google_api_content_warehouse v0.4.0)

Misc. attachments to be added to the dynamic repository the docservers build. These override any attachments created by parsing the GDocumentBase.

Attributes

  • name (type: String.t, default: nil) -
  • options (type: GoogleApi.ContentWarehouse.V1.Model.TeragoogleRepositoryAttachmentOptions.t, default: nil) -
  • value (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TeragoogleDocumentInfoAttachment{
  name: String.t() | nil,
  options:
    GoogleApi.ContentWarehouse.V1.Model.TeragoogleRepositoryAttachmentOptions.t()
    | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.