@nebius/js-sdk - v0.2.22
Services Index
GitHub
Preparing search index...
api/nebius/billing/v1
TotalCost
Interface TotalCost
Total cost for a single resource unit.
interface
TotalCost
{
"[customJson]"
?:
()
=>
unknown
;
"[unknownFieldsSymbol]"
?:
Uint8Array
<
ArrayBufferLike
>
;
$type
:
"nebius.billing.v1.TotalCost"
;
aggregationUnit
?:
AggregationUnit
;
costType
?:
|
{
$case
:
"general"
;
general
:
GeneralResourceCost
}
|
{
$case
:
"range"
;
range
:
RangeTotalCost
}
;
[
key
:
symbol
]:
Uint8Array
<
ArrayBufferLike
>
|
(
()
=>
unknown
)
|
undefined
;
}
Indexable
[
key
:
symbol
]:
Uint8Array
<
ArrayBufferLike
>
|
(
()
=>
unknown
)
|
undefined
Index
Properties
[custom
Json]?
[unknown
Fields
Symbol]?
$type
aggregation
Unit?
cost
Type?
Properties
Optional
[custom
Json]
"[customJson]"
?:
()
=>
unknown
Optional
[unknown
Fields
Symbol]
"[unknownFieldsSymbol]"
?:
Uint8Array
<
ArrayBufferLike
>
$type
$type
:
"nebius.billing.v1.TotalCost"
Optional
aggregation
Unit
aggregationUnit
?:
AggregationUnit
Aggregation unit.
Optional
cost
Type
costType
?:
|
{
$case
:
"general"
;
general
:
GeneralResourceCost
}
|
{
$case
:
"range"
;
range
:
RangeTotalCost
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[custom
Json]
[unknown
Fields
Symbol]
$type
aggregation
Unit
cost
Type
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.2.22
Loading...
Total cost for a single resource unit.