WorkloadProfileHealth constructor
WorkloadProfileHealth({
- String? checkTime,
- List<
ComponentHealth> ? componentHealthes, - String? state,
Implementation
WorkloadProfileHealth({
this.checkTime,
this.componentHealthes,
this.state,
});