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_select_command_parameter_vmimportDataSourceSelectCommandParameterVM# TODO update the JSON string belowjson="{}"# create an instance of DataSourceSelectCommandParameterVM from a JSON stringdata_source_select_command_parameter_vm_instance=DataSourceSelectCommandParameterVM.from_json(json)
# print the JSON string representation of the objectprintDataSourceSelectCommandParameterVM.to_json()
# convert the object into a dictdata_source_select_command_parameter_vm_dict=data_source_select_command_parameter_vm_instance.to_dict()
# create an instance of DataSourceSelectCommandParameterVM from a dictdata_source_select_command_parameter_vm_form_dict=data_source_select_command_parameter_vm.from_dict(data_source_select_command_parameter_vm_dict)