DescribeAccountAttributesResponse constructor

DescribeAccountAttributesResponse({
  1. List<AccountQuota>? accountQuotas,
  2. String? uniqueAccountIdentifier,
})

Implementation

DescribeAccountAttributesResponse({
  this.accountQuotas,
  this.uniqueAccountIdentifier,
});