PagesProjectDeploymentConfigsPreviewServiceBinding

data class PagesProjectDeploymentConfigsPreviewServiceBinding(val environment: String? = null, val name: String, val service: String)

Constructors

constructor(environment: String? = null, name: String, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val environment: String? = null
Link copied to clipboard

Name of the project. Modifying this attribute will force creation of a new resource.

Link copied to clipboard