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

OfferingPromotion

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

Represents information about an offering promotion.

interface OfferingPromotion {
description?: string | null;
id?: string | null;
}

§Properties

§
description?: string | null
[src]

A string that describes the offering promotion.

§
id?: string | null
[src]

The ID of the offering promotion.