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

A user in Hangouts Chat.

Attributes

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

    • Enum - one of [TYPE_UNSPECIFIED, HUMAN, BOT]

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: any(),
  name: any(),
  type: any()
}

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.