| Name | Type | Description | Notes |
|---|
| headers | Dict[str, Optional[str]] | | [optional] |
| url | str | | [optional] |
| t | str | | |
fromfastreport_cloud_sdk.models.update_webhook_task_vmimportUpdateWebhookTaskVM# TODO update the JSON string belowjson="{}"# create an instance of UpdateWebhookTaskVM from a JSON stringupdate_webhook_task_vm_instance=UpdateWebhookTaskVM.from_json(json)
# print the JSON string representation of the objectprintUpdateWebhookTaskVM.to_json()
# convert the object into a dictupdate_webhook_task_vm_dict=update_webhook_task_vm_instance.to_dict()
# create an instance of UpdateWebhookTaskVM from a dictupdate_webhook_task_vm_form_dict=update_webhook_task_vm.from_dict(update_webhook_task_vm_dict)[Back to Model list][Back to API list][Back to README]