This is a block entry from the rspamd block list.
Name | Type | Description | Notes |
---|---|---|---|
var_from | str | ||
subject | str |
from openapi_client.models.mail_block_rspamd import MailBlockRspamd
# TODO update the JSON string below
json = "{}"
# create an instance of MailBlockRspamd from a JSON string
mail_block_rspamd_instance = MailBlockRspamd.from_json(json)
# print the JSON string representation of the object
print MailBlockRspamd.to_json()
# convert the object into a dict
mail_block_rspamd_dict = mail_block_rspamd_instance.to_dict()
# create an instance of MailBlockRspamd from a dict
mail_block_rspamd_form_dict = mail_block_rspamd.from_dict(mail_block_rspamd_dict)