ListHealthChecksResponse constructor
ListHealthChecksResponse({})
Implementation
ListHealthChecksResponse({
required this.healthChecks,
required this.isTruncated,
required this.marker,
required this.maxItems,
this.nextMarker,
});