Skip to content

CaaGenerateResult

No description available in the specification.

Field Type Required Description
api string no
kind string no
records GeneratedRecord[] no
warnings IssueCode[] no
{
"api": "string",
"kind": "string",
"records": [
{
"host": "string",
"type": "string",
"value": "string"
}
],
"warnings": [
{
"code": "string",
"value": 0
}
]
}