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

OfferingStatus

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

The status of the offering.

interface OfferingStatus {
effectiveOn?: Date | number | null;
offering?: Offering | null;
quantity?: number | null;
}

§Properties

§
effectiveOn?: Date | number | null
[src]

The date on which the offering is effective.

§
offering?: Offering | null
[src]

Represents the metadata of an offering status.

§
quantity?: number | null
[src]

The number of available devices in the offering.

§

The type specified for the offering status.