Patch Deployment Patch Config Post Step Windows Exec Step Config
data class PatchDeploymentPatchConfigPostStepWindowsExecStepConfig(val allowedSuccessCodes: List<Int>? = null, val gcsObject: PatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject? = null, val interpreter: String? = null, val localPath: String? = null)
Constructors
Link copied to clipboard
fun PatchDeploymentPatchConfigPostStepWindowsExecStepConfig(allowedSuccessCodes: List<Int>? = null, gcsObject: PatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject? = null, interpreter: String? = null, localPath: String? = null)