ListAliasesResponse constructor

ListAliasesResponse({
  1. List<AliasListEntry>? aliases,
  2. String? nextMarker,
  3. bool? truncated,
})

Implementation

ListAliasesResponse({
  this.aliases,
  this.nextMarker,
  this.truncated,
});