chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/admob_v1.accounts.html b/docs/dyn/admob_v1.accounts.html
index 42f024d..c2c941f 100644
--- a/docs/dyn/admob_v1.accounts.html
+++ b/docs/dyn/admob_v1.accounts.html
@@ -117,11 +117,11 @@
An object of the form:
{ # A publisher account contains information relevant to the use of this API, such as the time zone used for the reports.
- "reportingTimeZone": "A String", # The time zone that is used in reports that are generated for this account. The value is a time-zone ID as specified by the CLDR project, for example, "America/Los_Angeles".
- "currencyCode": "A String", # Currency code of the earning-related metrics, which is the 3-letter code defined in ISO 4217. The daily average rate is used for the currency conversion.
- "publisherId": "A String", # The unique ID by which this publisher account can be identified in the API requests (for example, pub-1234567890).
- "name": "A String", # Resource name of this account. Format is accounts/{publisher_id}.
- }</pre>
+ "currencyCode": "A String", # Currency code of the earning-related metrics, which is the 3-letter code defined in ISO 4217. The daily average rate is used for the currency conversion.
+ "name": "A String", # Resource name of this account. Format is accounts/{publisher_id}.
+ "publisherId": "A String", # The unique ID by which this publisher account can be identified in the API requests (for example, pub-1234567890).
+ "reportingTimeZone": "A String", # The time zone that is used in reports that are generated for this account. The value is a time-zone ID as specified by the CLDR project, for example, "America/Los_Angeles".
+}</pre>
</div>
<div class="method">
@@ -140,16 +140,16 @@
An object of the form:
{ # Response for the publisher account list request.
- "account": [ # Publisher that the client credentials can access.
- { # A publisher account contains information relevant to the use of this API, such as the time zone used for the reports.
- "reportingTimeZone": "A String", # The time zone that is used in reports that are generated for this account. The value is a time-zone ID as specified by the CLDR project, for example, "America/Los_Angeles".
- "currencyCode": "A String", # Currency code of the earning-related metrics, which is the 3-letter code defined in ISO 4217. The daily average rate is used for the currency conversion.
- "publisherId": "A String", # The unique ID by which this publisher account can be identified in the API requests (for example, pub-1234567890).
- "name": "A String", # Resource name of this account. Format is accounts/{publisher_id}.
- },
- ],
- "nextPageToken": "A String", # If not empty, indicates that there might be more accounts for the request; you must pass this value in a new `ListPublisherAccountsRequest`.
- }</pre>
+ "account": [ # Publisher that the client credentials can access.
+ { # A publisher account contains information relevant to the use of this API, such as the time zone used for the reports.
+ "currencyCode": "A String", # Currency code of the earning-related metrics, which is the 3-letter code defined in ISO 4217. The daily average rate is used for the currency conversion.
+ "name": "A String", # Resource name of this account. Format is accounts/{publisher_id}.
+ "publisherId": "A String", # The unique ID by which this publisher account can be identified in the API requests (for example, pub-1234567890).
+ "reportingTimeZone": "A String", # The time zone that is used in reports that are generated for this account. The value is a time-zone ID as specified by the CLDR project, for example, "America/Los_Angeles".
+ },
+ ],
+ "nextPageToken": "A String", # If not empty, indicates that there might be more accounts for the request; you must pass this value in a new `ListPublisherAccountsRequest`.
+}</pre>
</div>
<div class="method">