DescribeAccountAttributesResponse constructor

DescribeAccountAttributesResponse({
  1. List<AccountAttribute>? attributes,
})

Implementation

DescribeAccountAttributesResponse({
  this.attributes,
});