chore: update docs/dyn (#1106)

diff --git a/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html b/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html
index 429c5f6..c241c07 100644
--- a/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html
+++ b/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html
@@ -106,61 +106,61 @@
     The object takes the form of:
 
 { # A unit of data that will be returned by the DNS servers.
-  "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
-  "kind": "dns#resourceRecordSet",
   "name": "A String", # For example, www.example.com.
   "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
     "A String",
   ],
-  "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
   "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
     "A String",
   ],
+  "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
   "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-    "kind": "dns#rRSetRoutingPolicy",
     "geoPolicy": {
-      "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+      "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
         {
-          "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
-            "A String",
-          ],
           "rrdatas": [
             "A String",
           ],
-          "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
           "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+          "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+          "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+            "A String",
+          ],
+        },
+      ],
+      "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+        {
+          "rrdatas": [
+            "A String",
+          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+          "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+          "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+            "A String",
+          ],
         },
       ],
       "kind": "dns#rRSetRoutingPolicyGeoPolicy",
-      "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
-        {
-          "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
-            "A String",
-          ],
-          "rrdatas": [
-            "A String",
-          ],
-          "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
-          "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
-        },
-      ],
     },
+    "kind": "dns#rRSetRoutingPolicy",
     "wrrPolicy": {
+      "kind": "dns#rRSetRoutingPolicyWrrPolicy",
       "items": [
         {
-          "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
-          "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-          "rrdatas": [
-            "A String",
-          ],
           "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
             "A String",
           ],
+          "rrdatas": [
+            "A String",
+          ],
+          "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+          "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
         },
       ],
-      "kind": "dns#rRSetRoutingPolicyWrrPolicy",
     },
   },
+  "kind": "dns#resourceRecordSet",
+  "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
 }
 
   clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
@@ -173,61 +173,61 @@
   An object of the form:
 
     { # A unit of data that will be returned by the DNS servers.
-    "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
-    "kind": "dns#resourceRecordSet",
     "name": "A String", # For example, www.example.com.
     "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
       "A String",
     ],
-    "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
     "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
       "A String",
     ],
+    "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
     "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-      "kind": "dns#rRSetRoutingPolicy",
       "geoPolicy": {
-        "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+        "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
           {
-            "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
-              "A String",
-            ],
             "rrdatas": [
               "A String",
             ],
-            "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
             "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+            "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+            "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+              "A String",
+            ],
+          },
+        ],
+        "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+          {
+            "rrdatas": [
+              "A String",
+            ],
+            "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+            "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+            "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+              "A String",
+            ],
           },
         ],
         "kind": "dns#rRSetRoutingPolicyGeoPolicy",
-        "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
-          {
-            "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
-              "A String",
-            ],
-            "rrdatas": [
-              "A String",
-            ],
-            "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
-            "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
-          },
-        ],
       },
+      "kind": "dns#rRSetRoutingPolicy",
       "wrrPolicy": {
+        "kind": "dns#rRSetRoutingPolicyWrrPolicy",
         "items": [
           {
-            "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
-            "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-            "rrdatas": [
-              "A String",
-            ],
             "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
               "A String",
             ],
+            "rrdatas": [
+              "A String",
+            ],
+            "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+            "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
           },
         ],
-        "kind": "dns#rRSetRoutingPolicyWrrPolicy",
       },
     },
+    "kind": "dns#resourceRecordSet",
+    "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
   }</pre>
 </div>
 
@@ -272,61 +272,61 @@
   An object of the form:
 
     { # A unit of data that will be returned by the DNS servers.
-    &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
-    &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
     &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
     &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
       &quot;A String&quot;,
     ],
-    &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
     &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
       &quot;A String&quot;,
     ],
+    &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
     &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
       &quot;geoPolicy&quot;: {
-        &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+        &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
           {
-            &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-              &quot;A String&quot;,
-            ],
             &quot;rrdatas&quot;: [
               &quot;A String&quot;,
             ],
-            &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
             &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+            &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+            &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+              &quot;A String&quot;,
+            ],
+          },
+        ],
+        &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+          {
+            &quot;rrdatas&quot;: [
+              &quot;A String&quot;,
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+            &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+            &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+              &quot;A String&quot;,
+            ],
           },
         ],
         &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-        &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-          {
-            &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-              &quot;A String&quot;,
-            ],
-            &quot;rrdatas&quot;: [
-              &quot;A String&quot;,
-            ],
-            &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-          },
-        ],
       },
+      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
       &quot;wrrPolicy&quot;: {
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
         &quot;items&quot;: [
           {
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-            &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-            &quot;rrdatas&quot;: [
-              &quot;A String&quot;,
-            ],
             &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
               &quot;A String&quot;,
             ],
+            &quot;rrdatas&quot;: [
+              &quot;A String&quot;,
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
+            &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
           },
         ],
-        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
       },
     },
+    &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+    &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
   }</pre>
 </div>
 
@@ -343,61 +343,61 @@
     The object takes the form of:
 
 { # A unit of data that will be returned by the DNS servers.
-  &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
-  &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
   &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
   &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
     &quot;A String&quot;,
   ],
-  &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
   &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
     &quot;A String&quot;,
   ],
+  &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
   &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
     &quot;geoPolicy&quot;: {
-      &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+      &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
         {
-          &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-            &quot;A String&quot;,
-          ],
           &quot;rrdatas&quot;: [
             &quot;A String&quot;,
           ],
-          &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
           &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+          &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+          &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+            &quot;A String&quot;,
+          ],
+        },
+      ],
+      &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+        {
+          &quot;rrdatas&quot;: [
+            &quot;A String&quot;,
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+          &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+          &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+            &quot;A String&quot;,
+          ],
         },
       ],
       &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-      &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-        {
-          &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-            &quot;A String&quot;,
-          ],
-          &quot;rrdatas&quot;: [
-            &quot;A String&quot;,
-          ],
-          &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-        },
-      ],
     },
+    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
     &quot;wrrPolicy&quot;: {
+      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
       &quot;items&quot;: [
         {
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-          &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-          &quot;rrdatas&quot;: [
-            &quot;A String&quot;,
-          ],
           &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
             &quot;A String&quot;,
           ],
+          &quot;rrdatas&quot;: [
+            &quot;A String&quot;,
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
+          &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
         },
       ],
-      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
     },
   },
+  &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+  &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
 }
 
   clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
@@ -410,61 +410,61 @@
   An object of the form:
 
     { # A unit of data that will be returned by the DNS servers.
-    &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
-    &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
     &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
     &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
       &quot;A String&quot;,
     ],
-    &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
     &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
       &quot;A String&quot;,
     ],
+    &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
     &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
       &quot;geoPolicy&quot;: {
-        &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+        &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
           {
-            &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-              &quot;A String&quot;,
-            ],
             &quot;rrdatas&quot;: [
               &quot;A String&quot;,
             ],
-            &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
             &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+            &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+            &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+              &quot;A String&quot;,
+            ],
+          },
+        ],
+        &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+          {
+            &quot;rrdatas&quot;: [
+              &quot;A String&quot;,
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+            &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+            &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+              &quot;A String&quot;,
+            ],
           },
         ],
         &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-        &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-          {
-            &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-              &quot;A String&quot;,
-            ],
-            &quot;rrdatas&quot;: [
-              &quot;A String&quot;,
-            ],
-            &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-          },
-        ],
       },
+      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
       &quot;wrrPolicy&quot;: {
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
         &quot;items&quot;: [
           {
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-            &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-            &quot;rrdatas&quot;: [
-              &quot;A String&quot;,
-            ],
             &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
               &quot;A String&quot;,
             ],
+            &quot;rrdatas&quot;: [
+              &quot;A String&quot;,
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
+            &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
           },
         ],
-        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
       },
     },
+    &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+    &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
   }</pre>
 </div>