google_api_chat v0.9.0 GoogleApi.Chat.V1.Model.User View Source

A user in Hangouts Chat.

Attributes

  • displayName (type: String.t, default: nil) - The user's display name.
  • name (type: String.t, default: nil) - Resource name, in the format "users/*".
  • type (type: String.t, default: nil) - User type.

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 Source
t() :: %GoogleApi.Chat.V1.Model.User{
  displayName: String.t(),
  name: String.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.