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

A reference to the attachment data.

Attributes

  • attachmentUploadToken (type: String.t, default: nil) - 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) - 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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.