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

    Type Alias GetDomainRecordData

    type GetDomainRecordData = {
        body?: never;
        path: { domainId: number; recordId: number };
        query?: never;
        url: "domains/{domainId}/records/{recordId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { domainId: number; recordId: number }

    Type Declaration

    • domainId: number

      The ID of the Domain whose Record you are accessing.

    • recordId: number

      The ID of the Record you are accessing.

    query?: never
    url: "domains/{domainId}/records/{recordId}"