GoogleApi.Chat.V1.Model.ChatSpaceLinkData (google_api_chat v0.43.0)

View Source

Data for Chat space links.

Attributes

  • message (type: String.t, default: nil) - The message of the linked Chat space resource. Format: spaces/{space}/messages/{message}
  • space (type: String.t, default: nil) - The space of the linked Chat space resource. Format: spaces/{space}
  • thread (type: String.t, default: nil) - The thread of the linked Chat space resource. Format: spaces/{space}/threads/{thread}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Chat.V1.Model.ChatSpaceLinkData{
  message: String.t() | nil,
  space: String.t() | nil,
  thread: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.