docs: update docs/dyn (#1096)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html b/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html
index 81de883..429c5f6 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.
-  "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
   "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",
+  ],
   "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.
+        {
+          "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#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.
         {
-          "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",
           ],
           "rrdatas": [
             "A String",
           ],
-        },
-      ],
-      "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-        {
-          "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",
-          ],
-          "rrdatas": [
-            "A String",
-          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
         },
       ],
     },
     "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",
           ],
-          "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].
           "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
             "A String",
           ],
         },
       ],
+      "kind": "dns#rRSetRoutingPolicyWrrPolicy",
     },
-    "kind": "dns#rRSetRoutingPolicy",
   },
-  "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
-    "A String",
-  ],
-  "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-    "A String",
-  ],
-  "kind": "dns#resourceRecordSet",
-  "name": "A String", # For example, www.example.com.
 }
 
   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.
-    "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
     "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",
+    ],
     "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.
+          {
+            "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#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.
           {
-            "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",
             ],
             "rrdatas": [
               "A String",
             ],
-          },
-        ],
-        "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-          {
-            "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",
-            ],
-            "rrdatas": [
-              "A String",
-            ],
+            "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
           },
         ],
       },
       "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",
             ],
-            "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].
             "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
               "A String",
             ],
           },
         ],
+        "kind": "dns#rRSetRoutingPolicyWrrPolicy",
       },
-      "kind": "dns#rRSetRoutingPolicy",
     },
-    "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
-      "A String",
-    ],
-    "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-      "A String",
-    ],
-    "kind": "dns#resourceRecordSet",
-    "name": "A String", # For example, www.example.com.
   }</pre>
 </div>
 
@@ -272,61 +272,61 @@
   An object of the form:
 
     { # A unit of data that will be returned by the DNS servers.
-    &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
     &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;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;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#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;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;rrdatas&quot;: [
               &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;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;rrdatas&quot;: [
-              &quot;A String&quot;,
-            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&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;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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
               &quot;A String&quot;,
             ],
           },
         ],
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
       },
-      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
     },
-    &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-      &quot;A String&quot;,
-    ],
-    &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-      &quot;A String&quot;,
-    ],
-    &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-    &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
   }</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;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
   &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;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;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#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;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;rrdatas&quot;: [
             &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;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;rrdatas&quot;: [
-            &quot;A String&quot;,
-          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&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;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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
             &quot;A String&quot;,
           ],
         },
       ],
+      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
     },
-    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
   },
-  &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-    &quot;A String&quot;,
-  ],
-  &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-    &quot;A String&quot;,
-  ],
-  &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-  &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
 }
 
   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;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
     &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;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;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#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;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;rrdatas&quot;: [
               &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;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;rrdatas&quot;: [
-              &quot;A String&quot;,
-            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&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;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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
               &quot;A String&quot;,
             ],
           },
         ],
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
       },
-      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
     },
-    &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-      &quot;A String&quot;,
-    ],
-    &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-      &quot;A String&quot;,
-    ],
-    &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-    &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
   }</pre>
 </div>