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

    Interface GetQuotaAllowanceRequest

    Request to get a quota allowance by its identifier.

    interface GetQuotaAllowanceRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.quotas.v1.GetQuotaAllowanceRequest";
        id: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.quotas.v1.GetQuotaAllowanceRequest"
    id: string

    ID of the quota.