GoogleApi.Chat.V1.Model.UserMentionMetadata (google_api_chat v0.27.0) 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() | nil,
user: GoogleApi.Chat.V1.Model.User.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.