You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromhyperstack.models.billing_history_model_evalutation_detailsimportBillingHistoryModelEvalutationDetails# TODO update the JSON string belowjson="{}"# create an instance of BillingHistoryModelEvalutationDetails from a JSON stringbilling_history_model_evalutation_details_instance=BillingHistoryModelEvalutationDetails.from_json(json)
# print the JSON string representation of the objectprint(BillingHistoryModelEvalutationDetails.to_json())
# convert the object into a dictbilling_history_model_evalutation_details_dict=billing_history_model_evalutation_details_instance.to_dict()
# create an instance of BillingHistoryModelEvalutationDetails from a dictbilling_history_model_evalutation_details_from_dict=BillingHistoryModelEvalutationDetails.from_dict(billing_history_model_evalutation_details_dict)