ParametersLinkResponse

data class ParametersLinkResponse(val contentVersion: String? = null, val uri: String)

Entity representing the reference to the deployment parameters.

Constructors

Link copied to clipboard
constructor(contentVersion: String? = null, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contentVersion: String? = null

If included, must match the ContentVersion in the template.

Link copied to clipboard
val uri: String

The URI of the parameters file.