GetAppSpecDomain

data class GetAppSpecDomain(val name: String, val type: String, val wildcard: Boolean, val zone: String? = null)

Constructors

Link copied to clipboard
fun GetAppSpecDomain(name: String, type: String, wildcard: Boolean, zone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the component.

Link copied to clipboard

The type of the environment variable, GENERAL or SECRET.

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