| Name | Type | Description | Notes |
|---|---|---|---|
| recordId | int | Unique identifier for the DNS record | [optional] |
| name | string | The hostname or label for the DNS record | [optional] |
| ttl | int | Time To Live in seconds | [optional] |
| data | string | The record data (IP address, hostname, text value, etc.) | [optional] |
| type | string | DNS record type | [optional] |
| priority | int | Priority value (used for MX and SRV records) | [optional] |
| comment | string | Optional comment for the DNS record | [optional] |