/** * Generated by API Builder - https://www.apibuilder.io * Service version: 0.0.0-beta.1 * User agent: apibuilder app.apibuilder.io/chio/core-common/0.0.0-beta.1/java_models */ package io.chio.core.common.v0.models; /** * Response model indicating the health of a service. */ public class Healthcheck { /** * The current health of the service. Normally this is `healthy`, otherwise an simple error message can be shown. */ private String health; public Healthcheck() {} }