docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/books_v1.series.html b/docs/dyn/books_v1.series.html
index 30898df..e92ebbc 100644
--- a/docs/dyn/books_v1.series.html
+++ b/docs/dyn/books_v1.series.html
@@ -94,36 +94,36 @@
An object of the form:
{
- "series": [
+ "kind": "books#series", # Resource type.
+ "series": [
{
- "seriesId": "A String",
- "bannerImageUrl": "A String",
- "title": "A String",
- "imageUrl": "A String",
- "seriesFormatType": "A String",
- "isComplete": True or False,
- "subscriptionId": "A String",
- "eligibleForSubscription": True or False,
- "seriesType": "A String",
- "seriesSubscriptionReleaseInfo": {
- "cancellationTimestampUs": "A String", # Cancellation date of the series subscription (or when it ends).
- "currentReleaseInfo": { # Release information for the last release.
- "currencyCode": "A String", # Currency code of the amount.
- "releaseTimestampUs": "A String", # The release date.
- "amountInMicros": "A String", # Amount in micros of the specified currency code.
- "releaseNumber": "A String", # The release number of this issue/volume/book.
+ "bannerImageUrl": "A String",
+ "eligibleForSubscription": True or False,
+ "imageUrl": "A String",
+ "isComplete": True or False,
+ "seriesFormatType": "A String",
+ "seriesId": "A String",
+ "seriesSubscriptionReleaseInfo": {
+ "cancellationTimestampUs": "A String", # Cancellation date of the series subscription (or when it ends).
+ "currentReleaseInfo": { # Release information for the last release.
+ "amountInMicros": "A String", # Amount in micros of the specified currency code.
+ "currencyCode": "A String", # Currency code of the amount.
+ "releaseNumber": "A String", # The release number of this issue/volume/book.
+ "releaseTimestampUs": "A String", # The release date.
},
- "seriesSubscriptionType": "A String", # series subscription type.
- "nextReleaseInfo": { # Release information for the next release.
- "currencyCode": "A String", # Currency code of the amount.
- "releaseTimestampUs": "A String", # The release date.
- "amountInMicros": "A String", # Amount in micros of the specified currency code.
- "releaseNumber": "A String", # The release number of this issue/volume/book.
+ "nextReleaseInfo": { # Release information for the next release.
+ "amountInMicros": "A String", # Amount in micros of the specified currency code.
+ "currencyCode": "A String", # Currency code of the amount.
+ "releaseNumber": "A String", # The release number of this issue/volume/book.
+ "releaseTimestampUs": "A String", # The release date.
},
+ "seriesSubscriptionType": "A String", # series subscription type.
},
+ "seriesType": "A String",
+ "subscriptionId": "A String",
+ "title": "A String",
},
],
- "kind": "books#series", # Resource type.
}</pre>
</div>