Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
retryFailedOperations?: boolean
[src]

Required. If true, the rollout will retry failed operations when resumed. This is applicable only the current state of the Rollout is PAUSED and the requested action is RUN.