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

CreateWebhookTaskVM

Properties

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

Example

fromfastreport_cloud_sdk.models.create_webhook_task_vmimportCreateWebhookTaskVM# TODO update the JSON string belowjson="{}"# create an instance of CreateWebhookTaskVM from a JSON stringcreate_webhook_task_vm_instance=CreateWebhookTaskVM.from_json(json)
# print the JSON string representation of the objectprintCreateWebhookTaskVM.to_json()
# convert the object into a dictcreate_webhook_task_vm_dict=create_webhook_task_vm_instance.to_dict()
# create an instance of CreateWebhookTaskVM from a dictcreate_webhook_task_vm_form_dict=create_webhook_task_vm.from_dict(create_webhook_task_vm_dict)

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