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.data_source_parameter_type_vmimportDataSourceParameterTypeVM# TODO update the JSON string belowjson="{}"# create an instance of DataSourceParameterTypeVM from a JSON stringdata_source_parameter_type_vm_instance=DataSourceParameterTypeVM.from_json(json)
# print the JSON string representation of the objectprintDataSourceParameterTypeVM.to_json()
# convert the object into a dictdata_source_parameter_type_vm_dict=data_source_parameter_type_vm_instance.to_dict()
# create an instance of DataSourceParameterTypeVM from a dictdata_source_parameter_type_vm_form_dict=data_source_parameter_type_vm.from_dict(data_source_parameter_type_vm_dict)