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

Annotation metadata for user mentions (@).

Attributes

  • type (type: String.t, default: nil) - The type of user mention.
  • user (type: GoogleApi.Chat.V1.Model.User.t, default: nil) - The user mentioned.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.UserMentionMetadata{
  type: String.t() | nil,
  user: GoogleApi.Chat.V1.Model.User.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.