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

    Type Alias BetaProgramEnrolled

    An object representing an enrolled Beta Program for the Account.

    type BetaProgramEnrolled = {
        description?: string | null;
        ended?: string | null;
        enrolled?: string;
        id?: string;
        label?: string;
        started?: string;
    }
    Index

    Properties

    description?: string | null

    Read-only Additional details regarding the Beta Program.

    ended?: string | null

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

    null indicates that the Beta Program is ongoing.

    enrolled?: string

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

    id?: string

    The unique identifier of the Beta Program.

    label?: string

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

    started?: string

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