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

    Interface ListZonesResponse

    Response with a single page of DNS zone listing results

    interface ListZonesResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.dns.v1.ListZonesResponse";
        items: Zone[];
        nextPageToken: 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.ListZonesResponse"
    items: Zone[]

    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