SmartNotesConfig class

Configuration related to smart notes in a meeting space.

For more information about smart notes, see ["Take notes for me" in Google Meet](https://support.google.com/meet/answer/14754931).

Constructors

SmartNotesConfig.new({String? autoSmartNotesGeneration})
SmartNotesConfig.fromJson(Map json_)

Properties

autoSmartNotesGeneration String?
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. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited