DeploymentTargetImport

data class DeploymentTargetImport(val content: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(content: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

The full contents of the template that you want to import.

Link copied to clipboard
val name: String? = null

The name of the template to import, as declared in the YAML configuration.