HealthCheckService constructor
HealthCheckService({
- String? creationTimestamp,
- String? description,
- String? fingerprint,
- List<
String> healthChecks = const [], - String? healthStatusAggregationPolicy,
- BigInt? id,
- String? kind,
- String? name,
- List<
String> networkEndpointGroups = const [], - List<
String> notificationEndpoints = const [], - String? region,
- String? selfLink,
Implementation
HealthCheckService({
this.creationTimestamp,
this.description,
this.fingerprint,
this.healthChecks = const [],
this.healthStatusAggregationPolicy,
this.id,
this.kind,
this.name,
this.networkEndpointGroups = const [],
this.notificationEndpoints = const [],
this.region,
this.selfLink,
}) : super(fullyQualifiedName);