Account class

The Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.

Constructors

Account({required String accountId, required String awsAccountId, required String name, AccountType? accountType, DateTime? createdTimestamp, License? defaultLicense, List<SigninDelegateGroup>? signinDelegateGroups, List<License>? supportedLicenses})
Account.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String
The Amazon Chime account ID.
final
accountType AccountType?
The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
final
awsAccountId String
The AWS account ID.
final
createdTimestamp DateTime?
The Amazon Chime account creation timestamp, in ISO 8601 format.
final
defaultLicense License?
The default license for the Amazon Chime account.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The Amazon Chime account name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signinDelegateGroups List<SigninDelegateGroup>?
The sign-in delegate groups associated with the account.
final
supportedLicenses List<License>?
Supported licenses for the Amazon Chime account.
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