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