TemplateMetadataResponse

data class TemplateMetadataResponse(val description: String, val name: String, val parameters: List<ParameterMetadataResponse>)

Metadata describing a template.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. A description of the template.

Link copied to clipboard

The name of the template.

Link copied to clipboard

The parameters for the template.