| Name | Type | Description | Notes |
|---|
| cron_expression | str | | [optional] |
| starts_on | datetime | | [optional] |
| ends | TaskEnd | | [optional] |
| id | str | | [optional] |
| name | str | | [optional] |
| recurrent_run_time | datetime | | [optional] |
| recurrent_was_run_time | datetime | | [optional] |
| subscription_id | str | | [optional] |
| t | str | | |
fromfastreport_cloud_sdk.models.task_base_vmimportTaskBaseVM# TODO update the JSON string belowjson="{}"# create an instance of TaskBaseVM from a JSON stringtask_base_vm_instance=TaskBaseVM.from_json(json)
# print the JSON string representation of the objectprintTaskBaseVM.to_json()
# convert the object into a dicttask_base_vm_dict=task_base_vm_instance.to_dict()
# create an instance of TaskBaseVM from a dicttask_base_vm_form_dict=task_base_vm.from_dict(task_base_vm_dict)[Back to Model list][Back to API list][Back to README]