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

    Type Alias GetDomainZoneData

    type GetDomainZoneData = {
        body?: never;
        path: { domainId: string };
        query?: never;
        url: "domains/{domainId}/zone-file";
    }
    Index

    Properties

    Properties

    body?: never
    path: { domainId: string }

    Type Declaration

    • domainId: string

      ID of the Domain.

    query?: never
    url: "domains/{domainId}/zone-file"