ResourceSkuCosts Class

Describes metadata for retrieving price info.

Constructor

ResourceSkuCosts(*args: Any, **kwargs: Any)

Variables

Name Description
meter_id
str

Used for querying price from commerce.

quantity
int

The multiplier is needed to extend the base metered cost.

extended_unit
str

An invariant to show the extended unit.

Attributes

extended_unit

An invariant to show the extended unit.

extended_unit: str | None

meter_id

Used for querying price from commerce.

meter_id: str | None

quantity

The multiplier is needed to extend the base metered cost.

quantity: int | None