Get Template Spec Version Result
data class GetTemplateSpecVersionResult(val description: String? = null, val id: String, val linkedTemplates: List<LinkedTemplateArtifactResponse>? = null, val location: String, val mainTemplate: Any? = null, val metadata: Any? = null, val name: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val uiFormDefinition: Any? = null)
Template Spec Version object.
Constructors
Link copied to clipboard
fun GetTemplateSpecVersionResult(description: String? = null, id: String, linkedTemplates: List<LinkedTemplateArtifactResponse>? = null, location: String, mainTemplate: Any? = null, metadata: Any? = null, name: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, uiFormDefinition: Any? = null)