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/androidpublisher_v3.edits.tracks.html b/docs/dyn/androidpublisher_v3.edits.tracks.html
index 5c6cedc..8ca909c 100644
--- a/docs/dyn/androidpublisher_v3.edits.tracks.html
+++ b/docs/dyn/androidpublisher_v3.edits.tracks.html
@@ -112,31 +112,31 @@
   An object of the form:
 
     { # A track configuration. The resource for TracksService.
-      "releases": [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
-        { # A release within a track.
-          "versionCodes": [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+    "track": "A String", # Identifier of the track.
+    "releases": [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
+      { # A release within a track.
+        "status": "A String", # The status of the release.
+        "name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
+        "versionCodes": [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+          "A String",
+        ],
+        "countryTargeting": { # Country targeting specification. # Restricts a release to a specific set of countries.
+          "includeRestOfWorld": True or False, # Include "rest of world" as well as explicitly targeted countries.
+          "countries": [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
             "A String",
           ],
-          "userFraction": 3.14, # Fraction of users who are eligible for a staged release. 0 < fraction < 1. Can only be set when status is "inProgress" or "halted".
-          "countryTargeting": { # Country targeting specification. # Restricts a release to a specific set of countries.
-            "countries": [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
-              "A String",
-            ],
-            "includeRestOfWorld": True or False, # Include "rest of world" as well as explicitly targeted countries.
-          },
-          "name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
-          "inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
-          "releaseNotes": [ # A description of what is new in this release.
-            { # Release notes specification, i.e. language and text.
-              "text": "A String", # The text in the given language.
-              "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
-            },
-          ],
-          "status": "A String", # The status of the release.
         },
-      ],
-      "track": "A String", # Identifier of the track.
-    }</pre>
+        &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+        &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
+        &quot;releaseNotes&quot;: [ # A description of what is new in this release.
+          { # Release notes specification, i.e. language and text.
+            &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
+            &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
+          },
+        ],
+      },
+    ],
+  }</pre>
 </div>
 
 <div class="method">
@@ -155,35 +155,35 @@
   An object of the form:
 
     { # Response listing all tracks.
+    &quot;kind&quot;: &quot;A String&quot;, # The kind of this response (&quot;androidpublisher#tracksListResponse&quot;).
     &quot;tracks&quot;: [ # All tracks.
       { # A track configuration. The resource for TracksService.
-          &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
-            { # A release within a track.
-              &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+        &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
+        &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
+          { # A release within a track.
+            &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+            &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
+            &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+              &quot;A String&quot;,
+            ],
+            &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
+              &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
+              &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
                 &quot;A String&quot;,
               ],
-              &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
-              &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
-                &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
-                  &quot;A String&quot;,
-                ],
-                &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
-              },
-              &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
-              &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
-              &quot;releaseNotes&quot;: [ # A description of what is new in this release.
-                { # Release notes specification, i.e. language and text.
-                  &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
-                  &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
-                },
-              ],
-              &quot;status&quot;: &quot;A String&quot;, # The status of the release.
             },
-          ],
-          &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
-        },
+            &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+            &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
+            &quot;releaseNotes&quot;: [ # A description of what is new in this release.
+              { # Release notes specification, i.e. language and text.
+                &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
+                &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
+              },
+            ],
+          },
+        ],
+      },
     ],
-    &quot;kind&quot;: &quot;A String&quot;, # The kind of this response (&quot;androidpublisher#tracksListResponse&quot;).
   }</pre>
 </div>
 
@@ -199,31 +199,31 @@
     The object takes the form of:
 
 { # A track configuration. The resource for TracksService.
-    &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
-      { # A release within a track.
-        &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+  &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
+  &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
+    { # A release within a track.
+      &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+      &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
+      &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+        &quot;A String&quot;,
+      ],
+      &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
+        &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
+        &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
           &quot;A String&quot;,
         ],
-        &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
-        &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
-          &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
-            &quot;A String&quot;,
-          ],
-          &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
-        },
-        &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
-        &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
-        &quot;releaseNotes&quot;: [ # A description of what is new in this release.
-          { # Release notes specification, i.e. language and text.
-            &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
-            &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
-          },
-        ],
-        &quot;status&quot;: &quot;A String&quot;, # The status of the release.
       },
-    ],
-    &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
-  }
+      &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+      &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
+      &quot;releaseNotes&quot;: [ # A description of what is new in this release.
+        { # Release notes specification, i.e. language and text.
+          &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
+          &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
+        },
+      ],
+    },
+  ],
+}
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -234,31 +234,31 @@
   An object of the form:
 
     { # A track configuration. The resource for TracksService.
-      &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
-        { # A release within a track.
-          &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+    &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
+    &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
+      { # A release within a track.
+        &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+        &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
+        &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+          &quot;A String&quot;,
+        ],
+        &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
+          &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
+          &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
             &quot;A String&quot;,
           ],
-          &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
-          &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
-            &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
-              &quot;A String&quot;,
-            ],
-            &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
-          },
-          &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
-          &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
-          &quot;releaseNotes&quot;: [ # A description of what is new in this release.
-            { # Release notes specification, i.e. language and text.
-              &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
-              &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
-            },
-          ],
-          &quot;status&quot;: &quot;A String&quot;, # The status of the release.
         },
-      ],
-      &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
-    }</pre>
+        &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+        &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
+        &quot;releaseNotes&quot;: [ # A description of what is new in this release.
+          { # Release notes specification, i.e. language and text.
+            &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
+            &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
+          },
+        ],
+      },
+    ],
+  }</pre>
 </div>
 
 <div class="method">
@@ -273,31 +273,31 @@
     The object takes the form of:
 
 { # A track configuration. The resource for TracksService.
-    &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
-      { # A release within a track.
-        &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+  &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
+  &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
+    { # A release within a track.
+      &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+      &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
+      &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+        &quot;A String&quot;,
+      ],
+      &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
+        &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
+        &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
           &quot;A String&quot;,
         ],
-        &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
-        &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
-          &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
-            &quot;A String&quot;,
-          ],
-          &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
-        },
-        &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
-        &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
-        &quot;releaseNotes&quot;: [ # A description of what is new in this release.
-          { # Release notes specification, i.e. language and text.
-            &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
-            &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
-          },
-        ],
-        &quot;status&quot;: &quot;A String&quot;, # The status of the release.
       },
-    ],
-    &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
-  }
+      &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+      &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
+      &quot;releaseNotes&quot;: [ # A description of what is new in this release.
+        { # Release notes specification, i.e. language and text.
+          &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
+          &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
+        },
+      ],
+    },
+  ],
+}
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -308,31 +308,31 @@
   An object of the form:
 
     { # A track configuration. The resource for TracksService.
-      &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
-        { # A release within a track.
-          &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+    &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
+    &quot;releases&quot;: [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
+      { # A release within a track.
+        &quot;status&quot;: &quot;A String&quot;, # The status of the release.
+        &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
+        &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+          &quot;A String&quot;,
+        ],
+        &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
+          &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
+          &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
             &quot;A String&quot;,
           ],
-          &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
-          &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
-            &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
-              &quot;A String&quot;,
-            ],
-            &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
-          },
-          &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is generated from the APK&#x27;s version_name. If the release contains multiple APKs, the name is generated from the date.
-          &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
-          &quot;releaseNotes&quot;: [ # A description of what is new in this release.
-            { # Release notes specification, i.e. language and text.
-              &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
-              &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
-            },
-          ],
-          &quot;status&quot;: &quot;A String&quot;, # The status of the release.
         },
-      ],
-      &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
-    }</pre>
+        &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+        &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1. Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
+        &quot;releaseNotes&quot;: [ # A description of what is new in this release.
+          { # Release notes specification, i.e. language and text.
+            &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
+            &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
+          },
+        ],
+      },
+    ],
+  }</pre>
 </div>
 
 </body></html>
\ No newline at end of file