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

RollbackTargetResponse

import type { RollbackTargetResponse } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";

The response object from RollbackTarget.

interface RollbackTargetResponse {
rollbackConfig?: RollbackTargetConfig;
}

§Properties

§
rollbackConfig?: RollbackTargetConfig
[src]

The config of the rollback Rollout created or will be created.