DmarcGenerateResult
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
api |
string |
no | — |
kind |
string |
no | — |
host |
string |
no | _dmarc or _dmarc. |
type |
string |
no | — |
record |
string |
no | — |
warnings |
IssueCode[] | no | — |
errors |
IssueCode[] | no | — |
Example
Section titled “Example”{ "api": "string", "kind": "string", "host": "string", "type": "string", "record": "string", "warnings": [ { "code": "string", "value": 0 } ], "errors": [ { "code": "string", "value": 0 } ]}