Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 970 Bytes

File metadata and controls

31 lines (22 loc) · 970 Bytes

WebhookTaskVM

Properties

Name Type Description Notes
headers Dict[str, Optional[str]] [optional]
url str [optional]
t str

Example

from fastreport_cloud_sdk.models.webhook_task_vm import WebhookTaskVM

# TODO update the JSON string below
json = "{}"
# create an instance of WebhookTaskVM from a JSON string
webhook_task_vm_instance = WebhookTaskVM.from_json(json)
# print the JSON string representation of the object
print WebhookTaskVM.to_json()

# convert the object into a dict
webhook_task_vm_dict = webhook_task_vm_instance.to_dict()
# create an instance of WebhookTaskVM from a dict
webhook_task_vm_form_dict = webhook_task_vm.from_dict(webhook_task_vm_dict)

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