Profile class
A room profile with attributes.
Constructors
- Profile({String? address, String? addressBookArn, DistanceUnit? distanceUnit, bool? isDefault, String? locale, int? maxVolumeLimit, MeetingRoomConfiguration? meetingRoomConfiguration, bool? pSTNEnabled, String? profileArn, String? profileName, bool? setupModeDisabled, TemperatureUnit? temperatureUnit, String? timezone, WakeWord? wakeWord})
-
Profile.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String?
-
The address of a room profile.
final
- addressBookArn → String?
-
The ARN of the address book.
final
- distanceUnit → DistanceUnit?
-
The distance unit of a room profile.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDefault → bool?
-
Retrieves if the profile is default or not.
final
- locale → String?
-
The locale of a room profile. (This is currently available only to a limited
preview audience.)
final
- maxVolumeLimit → int?
-
The max volume limit of a room profile.
final
- meetingRoomConfiguration → MeetingRoomConfiguration?
-
Meeting room settings of a room profile.
final
- profileArn → String?
-
The ARN of a room profile.
final
- profileName → String?
-
The name of a room profile.
final
- pSTNEnabled → bool?
-
The PSTN setting of a room profile.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setupModeDisabled → bool?
-
The setup mode of a room profile.
final
- temperatureUnit → TemperatureUnit?
-
The temperature unit of a room profile.
final
- timezone → String?
-
The time zone of a room profile.
final
- wakeWord → WakeWord?
-
The wake word of a room profile.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited