View Source GoogleApi.Chat.V1.Model.QuotedMessageMetadata (google_api_chat v0.34.3)

Information about a quoted message.

Attributes

  • lastUpdateTime (type: DateTime.t, default: nil) - Output only. The timestamp when the quoted message was created or when the quoted message was last updated.
  • name (type: String.t, default: nil) - Output only. Resource name of the quoted message. Format: spaces/{space}/messages/{message}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.QuotedMessageMetadata{
  lastUpdateTime: DateTime.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.