Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.21 KB

File metadata and controls

30 lines (21 loc) · 1.21 KB

UpdateDataSourceSelectCommandsVM

Properties

Name Type Description Notes
select_commands List[DataSourceSelectCommandVM]
t str

Example

from fastreport_cloud_sdk.models.update_data_source_select_commands_vm import UpdateDataSourceSelectCommandsVM

# TODO update the JSON string below
json = "{}"
# create an instance of UpdateDataSourceSelectCommandsVM from a JSON string
update_data_source_select_commands_vm_instance = UpdateDataSourceSelectCommandsVM.from_json(json)
# print the JSON string representation of the object
print UpdateDataSourceSelectCommandsVM.to_json()

# convert the object into a dict
update_data_source_select_commands_vm_dict = update_data_source_select_commands_vm_instance.to_dict()
# create an instance of UpdateDataSourceSelectCommandsVM from a dict
update_data_source_select_commands_vm_form_dict = update_data_source_select_commands_vm.from_dict(update_data_source_select_commands_vm_dict)

[Back to Model list] [Back to API list] [Back to README]