ListAccountAliasesResponse constructor

ListAccountAliasesResponse({
  1. required List<String> accountAliases,
  2. bool? isTruncated,
  3. String? marker,
})

Implementation

ListAccountAliasesResponse({
  required this.accountAliases,
  this.isTruncated,
  this.marker,
});