GetInstanceHealthResponse constructor

GetInstanceHealthResponse({
  1. Map<String, String>? healthInfo,
  2. String? healthState,
})

Implementation

GetInstanceHealthResponse({this.healthInfo, this.healthState});