# DNSResourceRecord


## Fields

| Field                                                                                                                                                                                                                                                      | Type                                                                                                                                                                                                                                                       | Required                                                                                                                                                                                                                                                   | Description                                                                                                                                                                                                                                                |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Name`                                                                                                                                                                                                                                                     | **string*                                                                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                                                         | The Fully Qualified Domain Name (FQDN) this RR is for.                                                                                                                                                                                                     |
| `Response`                                                                                                                                                                                                                                                 | **string*                                                                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                                                         | The RDATA field of the RR.                                                                                                                                                                                                                                 |
| `Type`                                                                                                                                                                                                                                                     | [*components.DNSResourceRecordType](../../models/components/dnsresourcerecordtype.md)                                                                                                                                                                      | :heavy_minus_sign:                                                                                                                                                                                                                                         | An enumerated field indicating what type of data is in the "services.dns.additionals.response" field. For example, "A" signifies that the value in "services.dns.additionals.response" is an IPv4 address for the FQDN in "services.dns.additionals.name". |