App Auto Branch Creation Config
data class AppAutoBranchCreationConfig(val basicAuthCredentials: String? = null, val buildSpec: String? = null, val enableAutoBuild: Boolean? = null, val enableBasicAuth: Boolean? = null, val enablePerformanceMode: Boolean? = null, val enablePullRequestPreview: Boolean? = null, val environmentVariables: Map<String, String>? = null, val framework: String? = null, val pullRequestEnvironmentName: String? = null, val stage: String? = null)
Constructors
Link copied to clipboard
fun AppAutoBranchCreationConfig(basicAuthCredentials: String? = null, buildSpec: String? = null, enableAutoBuild: Boolean? = null, enableBasicAuth: Boolean? = null, enablePerformanceMode: Boolean? = null, enablePullRequestPreview: Boolean? = null, environmentVariables: Map<String, String>? = null, framework: String? = null, pullRequestEnvironmentName: String? = null, stage: String? = null)