Patch Deployment Patch Config Pre Step Linux Exec Step Config
data class PatchDeploymentPatchConfigPreStepLinuxExecStepConfig(val allowedSuccessCodes: List<Int>? = null, val gcsObject: PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject? = null, val interpreter: String? = null, val localPath: String? = null)
Constructors
Link copied to clipboard
fun PatchDeploymentPatchConfigPreStepLinuxExecStepConfig(allowedSuccessCodes: List<Int>? = null, gcsObject: PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject? = null, interpreter: String? = null, localPath: String? = null)