SpaceConfig class
The configuration pertaining to a meeting space.
Constructors
- SpaceConfig.new({String? accessType, ArtifactConfig? artifactConfig, String? attendanceReportGenerationType, String? entryPointAccess, String? moderation, ModerationRestrictions? moderationRestrictions})
- SpaceConfig.fromJson(Map json_)
Properties
- accessType ↔ String?
-
Access type of the meeting space that determines who can join without
knocking.
getter/setter pair
- artifactConfig ↔ ArtifactConfig?
-
Configuration pertaining to the auto-generated artifacts that the meeting
supports.
getter/setter pair
- attendanceReportGenerationType ↔ String?
-
Whether attendance report is enabled for the meeting space.
Possible string values are:
getter/setter pair
- entryPointAccess ↔ String?
-
Defines the entry points that can be used to join meetings hosted in this
meeting space.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- moderation ↔ String?
-
The pre-configured moderation mode for the Meeting.
getter/setter pair
- moderationRestrictions ↔ ModerationRestrictions?
-
When moderation.ON, these restrictions go into effect for the meeting.
getter/setter pair
- 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