@akamai/openapi-ts
    Preparing search index...

    Type Alias GetBetaProgramResponses

    type GetBetaProgramResponses = {
        "200": {
            description: string | null;
            ended: string | null;
            greenlight_only: boolean;
            id: string;
            label: string;
            more_info: string | null;
            started: string;
        };
    }
    Index

    Properties

    Properties

    "200": {
        description: string | null;
        ended: string | null;
        greenlight_only: boolean;
        id: string;
        label: string;
        more_info: string | null;
        started: string;
    }

    An object representing Beta Program information.

    Type Declaration

    • Readonlydescription: string | null

      Read-only Additional details regarding the Beta Program.

    • Readonlyended: string | null

      Filterable, Read-only The date-time that the Beta Program ended.

      null indicates that the Beta Program is ongoing.

    • Readonlygreenlight_only: boolean

      Filterable, Read-only Whether the Beta Program requires Green Light participation for enrollment.

    • id: string

      The unique identifier of the Beta Program.

    • Readonlylabel: string

      Filterable, Read-only The name of the Beta Program.

    • Readonlymore_info: string | null

      Read-only Additional source of information for the Beta Program.

    • Readonlystarted: string

      Filterable, Read-only The start date-time of the Beta Program.