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

    Interface ListRecordsResponse

    Response with a single page of DNS record listing results

    interface ListRecordsResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.dns.v1.ListRecordsResponse";
        items: Record[];
        nextPageToken: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Response with a single page of DNS record listing results

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Response with a single page of DNS record listing results

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.dns.v1.ListRecordsResponse"

    Contains the fully qualified protobuf type name.

    items: Record[]

    This page's items

    nextPageToken: string

    An opaque listing continuation token that can be used to return the next page of listing results If next_page_token is empty, this is the last result page