RunRolloutActionParams
import type { RunRolloutActionParams } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";
Parameters for the RUN action controlling the behavior of the rollout when it is resumed from a PAUSED state.
interface RunRolloutActionParams {
retryFailedOperations?: boolean;
}