@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface ListRecordsRequest

    Request to list DNS records in the specified parent DNS zone

    interface ListRecordsRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.dns.v1.ListRecordsRequest";
        pageSize: Long;
        pageToken: string;
        parentId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.dns.v1.ListRecordsRequest"
    pageSize: Long

    Page size If not specified or set to 0, a default page size of 100 will be used

    pageToken: string

    An opaque listing continuation token

    • If not specified or empty, the first page of results will be returned
    • If specified, the next page of results (as identified by the token) will be returned
    parentId: string

    Parent DNS zone ID