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

    Type Alias GetEnrolledBetaProgramResponses

    type GetEnrolledBetaProgramResponses = {
        "200": {
            description: string | null;
            ended: string | null;
            enrolled: string;
            id: string;
            label: string;
            started: string;
        };
    }
    Index

    Properties

    Properties

    "200": {
        description: string | null;
        ended: string | null;
        enrolled: string;
        id: string;
        label: string;
        started: string;
    }

    An object representing an enrolled Beta Program for the Account.

    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.

    • Readonlyenrolled: string

      Filterable, Read-only The date-time of Account enrollment to the Beta Program.

    • id: string

      The unique identifier of the Beta Program.

    • Readonlylabel: string

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

    • Readonlystarted: string

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