SpfGenerateResult
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
api |
string |
no | — |
kind |
string |
no | — |
host |
string |
no | — |
type |
string |
no | — |
record |
string |
no | — |
lookupCount |
integer |
no | DNS lookups the record will cause (RFC 7208 limit: 10) |
warnings |
IssueCode[] | no | — |
errors |
IssueCode[] | no | — |
Example
Section titled “Example”{ "api": "string", "kind": "string", "host": "string", "type": "string", "record": "string", "lookupCount": 0, "warnings": [ { "code": "string", "value": 0 } ], "errors": [ { "code": "string", "value": 0 } ]}