Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.2 KB

File metadata and controls

29 lines (20 loc) · 1.2 KB

ContractlBillingHistoryResponseMetrics

Properties

Name Type Description Notes
incurred_bill float [optional]

Example

from hyperstack.models.contractl_billing_history_response_metrics import ContractlBillingHistoryResponseMetrics

# TODO update the JSON string below
json = "{}"
# create an instance of ContractlBillingHistoryResponseMetrics from a JSON string
contractl_billing_history_response_metrics_instance = ContractlBillingHistoryResponseMetrics.from_json(json)
# print the JSON string representation of the object
print(ContractlBillingHistoryResponseMetrics.to_json())

# convert the object into a dict
contractl_billing_history_response_metrics_dict = contractl_billing_history_response_metrics_instance.to_dict()
# create an instance of ContractlBillingHistoryResponseMetrics from a dict
contractl_billing_history_response_metrics_from_dict = ContractlBillingHistoryResponseMetrics.from_dict(contractl_billing_history_response_metrics_dict)

[Back to Model list] [Back to API list] [Back to README]