| Name |
Type |
Description |
Notes |
| body |
str |
|
[optional] |
| enable_ssl |
bool |
|
[optional] |
| var_from |
str |
|
[optional] |
| is_body_html |
bool |
|
[optional] |
| password |
str |
|
[optional] |
| port |
int |
|
[optional] |
| server |
str |
|
[optional] |
| subject |
str |
|
[optional] |
| to |
List[str] |
|
[optional] |
| username |
str |
|
[optional] |
| t |
str |
|
|
from fastreport_cloud_sdk.models.update_email_task_vm import UpdateEmailTaskVM
# TODO update the JSON string below
json = "{}"
# create an instance of UpdateEmailTaskVM from a JSON string
update_email_task_vm_instance = UpdateEmailTaskVM.from_json(json)
# print the JSON string representation of the object
print UpdateEmailTaskVM.to_json()
# convert the object into a dict
update_email_task_vm_dict = update_email_task_vm_instance.to_dict()
# create an instance of UpdateEmailTaskVM from a dict
update_email_task_vm_form_dict = update_email_task_vm.from_dict(update_email_task_vm_dict)
[Back to Model list] [Back to API list] [Back to README]