Get Template Spec Result
data class GetTemplateSpecResult(val description: String? = null, val displayName: String? = null, val id: String, val location: String, val metadata: Any? = null, val name: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val versions: Map<String, TemplateSpecVersionInfoResponse>)
Template Spec object.
Constructors
Link copied to clipboard
fun GetTemplateSpecResult(description: String? = null, displayName: String? = null, id: String, location: String, metadata: Any? = null, name: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, versions: Map<String, TemplateSpecVersionInfoResponse>)