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

View Source

Configuration related to recording in a meeting space.

Attributes

  • autoRecordingGeneration (type: String.t, default: nil) - Defines whether a meeting space is automatically recorded when someone with the privilege to record joins the meeting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.