Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 931 Bytes

DenyRuleRecord.md

File metadata and controls

19 lines (14 loc) · 931 Bytes

OpenAPIClient::Object::DenyRuleRecord

Load the model package

use OpenAPIClient::Object::DenyRuleRecord;

Properties

Name Type Description Notes
id int The deny rule Id number.
created DATE_TIME the date the rule was created.
user string Mail account username that will be tied to this rule. If not specified the first active mail order will be used. [optional]
type string The type of deny rule.
data string The content of the rule. If a domain type rule then an example would be google.com. For a begins with type an example would be msgid-. For the email typer an example would be [email protected].

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