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

View Source

Configuration related to smart notes in a meeting space. More details about smart notes https://support.google.com/meet/answer/14754931?hl=en.

Attributes

  • autoSmartNotesGeneration (type: String.t, default: nil) - Defines whether to automatically generate a summary and recap of the meeting for all invitees in the organization when someone with the privilege to enable smart notes joins the meeting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.