View Source GoogleApi.Meet.V2.Model.SpaceConfig (google_api_meet v0.3.0)

The configuration pertaining to a meeting space.

Attributes

  • accessType (type: String.t, default: nil) - Access type of the meeting space that determines who can join without knocking. Default: The user's default access settings. Controlled by the user's admin for enterprise users or RESTRICTED.
  • entryPointAccess (type: String.t, default: nil) - Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Meet.V2.Model.SpaceConfig{
  accessType: String.t() | nil,
  entryPointAccess: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.