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