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.update_data_source_subscription_vmimportUpdateDataSourceSubscriptionVM# TODO update the JSON string belowjson="{}"# create an instance of UpdateDataSourceSubscriptionVM from a JSON stringupdate_data_source_subscription_vm_instance=UpdateDataSourceSubscriptionVM.from_json(json)
# print the JSON string representation of the objectprintUpdateDataSourceSubscriptionVM.to_json()
# convert the object into a dictupdate_data_source_subscription_vm_dict=update_data_source_subscription_vm_instance.to_dict()
# create an instance of UpdateDataSourceSubscriptionVM from a dictupdate_data_source_subscription_vm_form_dict=update_data_source_subscription_vm.from_dict(update_data_source_subscription_vm_dict)