Skip to main content

BillingComputedCost

The BillingComputedCost class is designed to deliver key insights into the cost implications of cloud resource utilization.

Properties

id (int)

Property (int). Optional; Unique identifier for the computed cost record.

billing_date

Property (date). Optional; Date of the billing record.

org_name

Property (str). Optional; Organization name.

classification

Property (str). Optional; Classification, either internal or external.

usage_type

Property (str). Optional; Usage type.

computed_cost

Property (Decimal). Computed cost value.

category

Property (str). Optional; Billing category.

estimated

Property (bool). Optional; Estimated flag when data was retrieved.

Methods

to_dict()

to_dict() -> dict

Converts the BillingComputedCost instance into a dictionary.

Returns

dict Connection contents as a dictionary.