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

View Source

User who joins anonymously (meaning not signed into a Google Account).

Attributes

  • displayName (type: String.t, default: nil) - Output only. User provided name when they join a conference anonymously.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.