View Source GoogleApi.Chat.V1.Model.AttachmentDataRef (google_api_chat v0.42.0)

A reference to the attachment data.

Attributes

  • attachmentUploadToken (type: String.t, default: nil) - Optional. Opaque token containing a reference to an uploaded attachment. Treated by clients as an opaque string and used to create or update Chat messages with attachments.
  • resourceName (type: String.t, default: nil) - Optional. The resource name of the attachment data. This field is used with the media API to download the attachment data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Chat.V1.Model.AttachmentDataRef{
  attachmentUploadToken: String.t() | nil,
  resourceName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.