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

SetPublishedDeployPercentageRequest

import type { SetPublishedDeployPercentageRequest } from "https://googleapis.deno.dev/v1/chromewebstore:v2.ts";

Request message for SetPublishedDeployPercentage.

interface SetPublishedDeployPercentageRequest {
deployPercentage?: number;
}

§Properties

§
deployPercentage?: number
[src]

Required. Unscaled percentage value for the publised revision (nonnegative number between 0 and 100). It must be larger than the existing target percentage.