GoogleApi.Meet.V2.Model.SignedinUser (google_api_meet v0.4.0)

View Source

A signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.

Attributes

  • displayName (type: String.t, default: nil) - Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, "Altostrat Room".
  • user (type: String.t, default: nil) - Output only. Unique ID for the user. Interoperable with Admin SDK API and People API. Format: users/{user}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Meet.V2.Model.SignedinUser{
  displayName: String.t() | nil,
  user: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.