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

    Interface ListZonesRequest

    Request to list DNS zones in the specified parent IAM container

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

    Indexable

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

      Request to list DNS zones in the specified parent IAM container

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Request to list DNS zones in the specified parent IAM container

            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.ListZonesRequest"

    Contains the fully qualified protobuf type name.

    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 IAM container ID