Skip to content

Latest commit

History

History
31 lines (22 loc) · 1016 Bytes

File metadata and controls

31 lines (22 loc) · 1016 Bytes

RunWebhookTaskVM

Properties

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

Example

fromfastreport_cloud_sdk.models.run_webhook_task_vmimportRunWebhookTaskVM# TODO update the JSON string belowjson="{}"# create an instance of RunWebhookTaskVM from a JSON stringrun_webhook_task_vm_instance=RunWebhookTaskVM.from_json(json)
# print the JSON string representation of the objectprintRunWebhookTaskVM.to_json()
# convert the object into a dictrun_webhook_task_vm_dict=run_webhook_task_vm_instance.to_dict()
# create an instance of RunWebhookTaskVM from a dictrun_webhook_task_vm_form_dict=run_webhook_task_vm.from_dict(run_webhook_task_vm_dict)

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