Share via


2.2.4.369 serarr:ArrayOfKeyValueOfDnsReverseLookupZoneFilterCriteriaanyType2zwQHvQz

The serarr:ArrayOfKeyValueOfDnsReverseLookupZoneFilterCriteriaanyType2zwQHvQz complex type specifies an array of key value pairs where the key of the element has the DnsReverseLookupZoneFilterCriteria and the value of the element can be any value appropriate for the key specified. The keys in the array MUST be unique; that is, no two elements in the array can have the same key.

 <xs:complexType name="ArrayOfKeyValueOfDnsReverseLookupZoneFilterCriteriaanyType2zwQHvQz">
   <xs:annotation>
     <xs:appinfo>
       <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
     </xs:appinfo>
   </xs:annotation>
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfDnsReverseLookupZoneFilterCriteriaanyType2zwQHvQz">
       <xs:complexType>
         <xs:sequence>
           <xs:element name="Key" type="ipam:DnsReverseLookupZoneFilterCriteria" />
           <xs:element name="Value" nillable="true" type="xsd:anyType" />
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>