ListAliasesResponse constructor

ListAliasesResponse({
  1. List<AliasConfiguration>? aliases,
  2. String? nextMarker,
})

Implementation

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