chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/youtube_v3.membershipsLevels.html b/docs/dyn/youtube_v3.membershipsLevels.html
index e8c7c4f..67a14de 100644
--- a/docs/dyn/youtube_v3.membershipsLevels.html
+++ b/docs/dyn/youtube_v3.membershipsLevels.html
@@ -101,23 +101,23 @@
An object of the form:
{
- "etag": "A String", # Etag of this resource.
+ "kind": "youtube#membershipsLevelListResponse", # Identifies what kind of resource this is. Value: the fixed string "youtube#membershipsLevelListResponse".
+ "visitorId": "A String", # The visitorId identifies the visitor.
"items": [ # A list of pricing levels offered by a creator to the fans.
{ # A *membershipsLevel* resource represents an offer made by YouTube creators for their fans. Users can become members of the channel by joining one of the available levels. They will provide recurring monetary support and receives special benefits.
- "etag": "A String", # Etag of this resource.
"snippet": { # The snippet object contains basic details about the level.
- "creatorChannelId": "A String", # The id of the channel that's offering channel memberships.
"levelDetails": { # Details about the pricing level.
"displayName": "A String", # The name that should be used when referring to this level.
},
+ "creatorChannelId": "A String", # The id of the channel that's offering channel memberships.
},
+ "etag": "A String", # Etag of this resource.
"kind": "youtube#membershipsLevel", # Identifies what kind of resource this is. Value: the fixed string "youtube#membershipsLevelListResponse".
"id": "A String", # The ID that YouTube assigns to uniquely identify the memberships level.
},
],
"eventId": "A String", # Serialized EventId of the request which produced this response.
- "visitorId": "A String", # The visitorId identifies the visitor.
- "kind": "youtube#membershipsLevelListResponse", # Identifies what kind of resource this is. Value: the fixed string "youtube#membershipsLevelListResponse".
+ "etag": "A String", # Etag of this resource.
}</pre>
</div>