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/youtube_v3.liveChatBans.html b/docs/dyn/youtube_v3.liveChatBans.html
index 339c342..86a03bc 100644
--- a/docs/dyn/youtube_v3.liveChatBans.html
+++ b/docs/dyn/youtube_v3.liveChatBans.html
@@ -100,20 +100,20 @@
The object takes the form of:
{ # A liveChatBan resource represents a ban for a YouTube live chat.
- "snippet": { # The snippet object contains basic details about the ban.
- "banDurationSeconds": "A String", # The duration of a ban, only filled if the ban has type TEMPORARY.
- "liveChatId": "A String", # The chat this ban is pertinent to.
- "bannedUserDetails": {
- "channelId": "A String", # The YouTube channel ID.
- "displayName": "A String", # The channel's display name.
- "profileImageUrl": "A String", # The channels's avatar URL.
- "channelUrl": "A String", # The channel's URL.
+ "etag": "A String", # Etag of this resource.
+ "id": "A String", # The ID that YouTube assigns to uniquely identify the ban.
+ "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string "youtube#liveChatBan".
+ "snippet": { # The snippet object contains basic details about the ban.
+ "banDurationSeconds": "A String", # The duration of a ban, only filled if the ban has type TEMPORARY.
+ "bannedUserDetails": {
+ "channelId": "A String", # The YouTube channel ID.
+ "channelUrl": "A String", # The channel's URL.
+ "displayName": "A String", # The channel's display name.
+ "profileImageUrl": "A String", # The channels's avatar URL.
},
- "type": "A String", # The type of ban.
+ "liveChatId": "A String", # The chat this ban is pertinent to.
+ "type": "A String", # The type of ban.
},
- "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string "youtube#liveChatBan".
- "etag": "A String", # Etag of this resource.
- "id": "A String", # The ID that YouTube assigns to uniquely identify the ban.
}
@@ -121,20 +121,20 @@
An object of the form:
{ # A liveChatBan resource represents a ban for a YouTube live chat.
- "snippet": { # The snippet object contains basic details about the ban.
- "banDurationSeconds": "A String", # The duration of a ban, only filled if the ban has type TEMPORARY.
- "liveChatId": "A String", # The chat this ban is pertinent to.
- "bannedUserDetails": {
- "channelId": "A String", # The YouTube channel ID.
- "displayName": "A String", # The channel's display name.
- "profileImageUrl": "A String", # The channels's avatar URL.
- "channelUrl": "A String", # The channel's URL.
+ "etag": "A String", # Etag of this resource.
+ "id": "A String", # The ID that YouTube assigns to uniquely identify the ban.
+ "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string "youtube#liveChatBan".
+ "snippet": { # The snippet object contains basic details about the ban.
+ "banDurationSeconds": "A String", # The duration of a ban, only filled if the ban has type TEMPORARY.
+ "bannedUserDetails": {
+ "channelId": "A String", # The YouTube channel ID.
+ "channelUrl": "A String", # The channel's URL.
+ "displayName": "A String", # The channel's display name.
+ "profileImageUrl": "A String", # The channels's avatar URL.
},
- "type": "A String", # The type of ban.
+ "liveChatId": "A String", # The chat this ban is pertinent to.
+ "type": "A String", # The type of ban.
},
- "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string "youtube#liveChatBan".
- "etag": "A String", # Etag of this resource.
- "id": "A String", # The ID that YouTube assigns to uniquely identify the ban.
}</pre>
</div>