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
fromfastreport_cloud_sdk.models.admin_update_current_subscription_plan_vmimportAdminUpdateCurrentSubscriptionPlanVM# TODO update the JSON string belowjson="{}"# create an instance of AdminUpdateCurrentSubscriptionPlanVM from a JSON stringadmin_update_current_subscription_plan_vm_instance=AdminUpdateCurrentSubscriptionPlanVM.from_json(json)
# print the JSON string representation of the objectprintAdminUpdateCurrentSubscriptionPlanVM.to_json()
# convert the object into a dictadmin_update_current_subscription_plan_vm_dict=admin_update_current_subscription_plan_vm_instance.to_dict()
# create an instance of AdminUpdateCurrentSubscriptionPlanVM from a dictadmin_update_current_subscription_plan_vm_form_dict=admin_update_current_subscription_plan_vm.from_dict(admin_update_current_subscription_plan_vm_dict)