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

    Type Alias GetBetaProgramData

    type GetBetaProgramData = {
        body?: never;
        path: { betaId: string };
        query?: never;
        url: "betas/{betaId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { betaId: string }

    Type Declaration

    • betaId: string

      The ID of the Beta Program.

    query?: never
    url: "betas/{betaId}"