AutoscalerAggregatedList constructor
AutoscalerAggregatedList({
- String? id,
- Map<
String, AutoscalersScopedList> ? items, - String? kind,
- String? nextPageToken,
- String? selfLink,
- List<
String> ? unreachables, - AutoscalerAggregatedListWarning? warning,
Implementation
AutoscalerAggregatedList({
this.id,
this.items,
this.kind,
this.nextPageToken,
this.selfLink,
this.unreachables,
this.warning,
});