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