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