:orphan: .. index:: pair: struct; tapi_dns_zone_file_rr_ns .. _doxid-structtapi__dns__zone__file__rr__ns: struct tapi_dns_zone_file_rr_ns =============================== .. toctree:: :hidden: Overview ~~~~~~~~ Describe ``RDATA`` field of resource record of ``NS`` type. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_dns_zone_file_rr_ns { // fields const char* :ref:`nsdname`; }; .. _details-structtapi__dns__zone__file__rr__ns: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Describe ``RDATA`` field of resource record of ``NS`` type. Fields ------ .. index:: pair: variable; nsdname .. _doxid-structtapi__dns__zone__file__rr__ns_1ac9ac1af047f77ed464ae3302743b7056: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* nsdname A domain name which specifies a host which should be authoritative for the specified class and domain.