Skip to content

Latest commit

History

History
31 lines (22 loc) · 1.03 KB

File metadata and controls

31 lines (22 loc) · 1.03 KB

UpdateWebhookTaskVM

Properties

NameTypeDescriptionNotes
headersDict[str, Optional[str]][optional]
urlstr[optional]
tstr

Example

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]