TemplateSpecVersionInfoResponse

data class TemplateSpecVersionInfoResponse(val description: String, val timeCreated: String, val timeModified: String)

High-level information about a Template Spec version.

Constructors

Link copied to clipboard
constructor(description: String, timeCreated: String, timeModified: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Template Spec version description.

Link copied to clipboard

The timestamp of when the version was created.

Link copied to clipboard

The timestamp of when the version was last modified.