PreviewFeatureRolloutOperationRolloutInput
import type { PreviewFeatureRolloutOperationRolloutInput } from "https://googleapis.deno.dev/v1/compute:v1.ts";Represents the input for the rollout operation.
interface PreviewFeatureRolloutOperationRolloutInput {
name?: string;
predefinedRolloutPlan?: "ROLLOUT_PLAN_FAST_ROLLOUT" | "ROLLOUT_PLAN_TWO_DAY_ROLLOUT" | "ROLLOUT_PLAN_UNSPECIFIED";
}