RecordSetResponse
RecordSetResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| action optional | current action in progress Example : | any of [string, null] | |
| created_at optional | Created Date Example : | any of [string, null] | |
| description optional | description Example : | any of [string, null] | |
| id optional | Id Example : | any of [string, null] | |
| links optional | Links to resource Example : | any of [object, null] | |
| name optional | name Example : | any of [string, null] | |
| project_id optional | ProjectID Example : | any of [string, null] | |
| records optional | records for the record Example : | any of [array[string], null] | |
| status optional | The status Example : | any of [string, null] | |
| ttl optional | TTL for the zone. Example : | any of [integer, null] | |
| type optional | Type of the record Example : | any of [string, null] | |
| updated_at optional | Updated Date Example : | any of [string, null] | |
| version optional | Version Example : | any of [integer, null] | |
| zone_id optional | ID for the zone that contains this record Example : | any of [string, null] | |
| zone_name optional | The name of the zone that contains this record Example : | any of [string, null] |