You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/androidpublisher_v3.applications.deviceTierConfigs.html
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,14 @@ <h3>Method Details</h3>
151
151
},
152
152
],
153
153
},
154
+
"userCountrySets": [ # Definition of user country sets for the app.
155
+
{ # A set of user countries. A country set determines what variation of app content gets served to a specific location.
156
+
"countryCodes": [ # List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- "IT" for Italy, "GE" for Georgia.
157
+
"A String",
158
+
],
159
+
"name": "A String", # Country set name.
160
+
},
161
+
],
154
162
}
155
163
156
164
allowUnknownDevices: boolean, Whether the service should accept device IDs that are unknown to Play's device catalog.
@@ -209,6 +217,14 @@ <h3>Method Details</h3>
209
217
},
210
218
],
211
219
},
220
+
"userCountrySets": [ # Definition of user country sets for the app.
221
+
{ # A set of user countries. A country set determines what variation of app content gets served to a specific location.
222
+
"countryCodes": [ # List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- "IT" for Italy, "GE" for Georgia.
223
+
"A String",
224
+
],
225
+
"name": "A String", # Country set name.
226
+
},
227
+
],
212
228
}</pre>
213
229
</div>
214
230
@@ -274,6 +290,14 @@ <h3>Method Details</h3>
274
290
},
275
291
],
276
292
},
293
+
"userCountrySets": [ # Definition of user country sets for the app.
294
+
{ # A set of user countries. A country set determines what variation of app content gets served to a specific location.
295
+
"countryCodes": [ # List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- "IT" for Italy, "GE" for Georgia.
296
+
"A String",
297
+
],
298
+
"name": "A String", # Country set name.
299
+
},
300
+
],
277
301
}</pre>
278
302
</div>
279
303
@@ -342,6 +366,14 @@ <h3>Method Details</h3>
342
366
},
343
367
],
344
368
},
369
+
"userCountrySets": [ # Definition of user country sets for the app.
370
+
{ # A set of user countries. A country set determines what variation of app content gets served to a specific location.
371
+
"countryCodes": [ # List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- "IT" for Italy, "GE" for Georgia.
372
+
"A String",
373
+
],
374
+
"name": "A String", # Country set name.
375
+
},
376
+
],
345
377
},
346
378
],
347
379
"nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
"description": "Definition of the set of device tiers for the app."
4649
+
},
4650
+
"userCountrySets": {
4651
+
"description": "Definition of user country sets for the app.",
4652
+
"items": {
4653
+
"$ref": "UserCountrySet"
4654
+
},
4655
+
"type": "array"
4649
4656
}
4650
4657
},
4651
4658
"type": "object"
@@ -6905,6 +6912,24 @@
6905
6912
},
6906
6913
"type": "object"
6907
6914
},
6915
+
"UserCountrySet": {
6916
+
"description": "A set of user countries. A country set determines what variation of app content gets served to a specific location.",
6917
+
"id": "UserCountrySet",
6918
+
"properties": {
6919
+
"countryCodes": {
6920
+
"description": "List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- \"IT\" for Italy, \"GE\" for Georgia.",
6921
+
"items": {
6922
+
"type": "string"
6923
+
},
6924
+
"type": "array"
6925
+
},
6926
+
"name": {
6927
+
"description": "Country set name.",
6928
+
"type": "string"
6929
+
}
6930
+
},
6931
+
"type": "object"
6932
+
},
6908
6933
"UserInitiatedCancellation": {
6909
6934
"description": "Information specific to cancellations initiated by users.",
0 commit comments