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