CreateAttendeeRequestItem class

The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.

Constructors

CreateAttendeeRequestItem({required String externalUserId, List<Tag>? tags})

Properties

externalUserId String
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application. If you create an attendee with the same external user id, the service returns the existing record.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>?
The tag key-value pairs.
final

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