GetHealth200Response constructor

GetHealth200Response({
  1. String? status,
})

Returns a new GetHealth200Response instance.

Implementation

GetHealth200Response({
  this.status,
});