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

    Interface ListOneTimeExportsRequest

    interface ListOneTimeExportsRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1alpha1.ListOneTimeExportsRequest";
        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.billing.v1alpha1.ListOneTimeExportsRequest"
    pageSize: Long

    Maximum number of items to return per page.

    pageToken: string

    Token for retrieving the next page of results.

    parentId: string

    Parent contract ID for which to list one-time exports.