ListAliasesResponse constructor
ListAliasesResponse({
- List<
AliasListEntry> ? aliases, - String? nextMarker,
- bool? truncated,
Implementation
ListAliasesResponse({
this.aliases,
this.nextMarker,
this.truncated,
});