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

    Interface UpdateQuotaAllowanceRequest

    Request to update an existing quota allowance using its metadata and the new spec.

    interface UpdateQuotaAllowanceRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.quotas.v1.UpdateQuotaAllowanceRequest";
        metadata?: ResourceMetadata;
        spec?: QuotaAllowanceSpec;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Request to update an existing quota allowance using its metadata and the new spec.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Request to update an existing quota allowance using its metadata and the new spec.

            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.quotas.v1.UpdateQuotaAllowanceRequest"

    Contains the fully qualified protobuf type name.

    metadata?: ResourceMetadata

    Contains the metadata protobuf field.

    Contains the spec protobuf field.