ApiInfoDto
data class ApiInfoDto(hostname: String?, version: String?, status: String?, environment: String?, name: String?, bootedAt: OffsetDateTime?, baseUrl: String?, endpoints: ApiInfoDtoEndpoints?)
Content copied to clipboard
Parameters
hostname
@param version * @param status * @param environment * @param name * @param bootedAt * @param baseUrl * @param endpoints
Constructors
ApiInfoDto
Link copied to clipboard
fun ApiInfoDto(hostname: String? = null, version: String? = null, status: String? = null, environment: String? = null, name: String? = null, bootedAt: OffsetDateTime? = null, baseUrl: String? = null, endpoints: ApiInfoDtoEndpoints? = null)
Content copied to clipboard
@param version * @param status * @param environment * @param name * @param bootedAt * @param baseUrl * @param endpoints
Properties
bootedAt
Link copied to clipboard
endpoints
Link copied to clipboard
@SerializedName(value = endpoints)
Content copied to clipboard
environment
Link copied to clipboard