HealthCheckServicesList constructor
HealthCheckServicesList({
- String? id,
- List<
HealthCheckService> ? items, - String? kind,
- String? nextPageToken,
- String? selfLink,
- HealthCheckServicesListWarning? warning,
Implementation
HealthCheckServicesList({
this.id,
this.items,
this.kind,
this.nextPageToken,
this.selfLink,
this.warning,
});