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

RenewOfferingRequest

import type { RenewOfferingRequest } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";

A request that represents an offering renewal.

interface RenewOfferingRequest {
offeringId: string;
quantity: number;
}

§Properties

§
offeringId: string
[src]

The ID of a request to renew an offering.

§
quantity: number
[src]

The quantity requested in an offering renewal.