| Name | Type | Description | Notes |
|---|---|---|---|
| Active | bool | if the record set is active or not | [optional] [default to null] |
| Comment | string | comment | [optional] [default to null] |
| CreationFinished | string | when record set creation finished | [default to null] |
| CreationStarted | string | when record set creation started | [default to null] |
| Error_ | string | Error shows error in case create/update/delete failed | [optional] [default to null] |
| Id | string | rr set id | [default to null] |
| Name | string | name of the record which should be a valid domain according to rfc1035 Section 2.3.4 | [default to null] |
| Records | []DomainRecord | records | [default to null] |
| State | string | record set state | [default to null] |
| Ttl | int32 | time to live | [default to null] |
| Type_ | string | record set type | [default to null] |
| UpdateFinished | string | when record set update/deletion finished | [default to null] |
| UpdateStarted | string | when record set update/deletion started | [default to null] |
This repository was archived by the owner on Jan 7, 2026. It is now read-only.