Get Springbootserver Result
data class GetSpringbootserverResult(val id: String, val name: String, val properties: SpringbootserversPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The springbootservers envelope resource definition.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: SpringbootserversPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)