GoogleApi.Chat.V1.Model.UserMentionMetadata (google_api_chat v0.19.2) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Chat.V1.Model.UserMentionMetadata{ type: String.t(), user: GoogleApi.Chat.V1.Model.User.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.