blob: 62d129ff250f549ead58298a3d47491b2b39faf3 [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kimd059ad82020-07-22 17:02:09 -070075<h1><a href="youtube_v3.html">YouTube Data API v3</a> . <a href="youtube_v3.activities.html">activities</a></h1>
John Asmuth614db982014-04-24 15:46:26 -040076<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080081 <code><a href="#list">list(part, mine=None, pageToken=None, home=None, maxResults=None, regionCode=None, publishedAfter=None, channelId=None, publishedBefore=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070082<p class="firstline">Retrieves a list of resources, possibly filtered.</p>
John Asmuth614db982014-04-24 15:46:26 -040083<p class="toc_element">
84 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
85<p class="firstline">Retrieves the next page of results.</p>
86<h3>Method Details</h3>
87<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070088 <code class="details" id="close">close()</code>
89 <pre>Close httplib2 connections.</pre>
90</div>
91
92<div class="method">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080093 <code class="details" id="list">list(part, mine=None, pageToken=None, home=None, maxResults=None, regionCode=None, publishedAfter=None, channelId=None, publishedBefore=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070094 <pre>Retrieves a list of resources, possibly filtered.
John Asmuth614db982014-04-24 15:46:26 -040095
96Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070097 part: string, The *part* parameter specifies a comma-separated list of one or more activity resource properties that the API response will include. If the parameter identifies a property that contains child properties, the child properties will be included in the response. For example, in an activity resource, the snippet property contains other properties that identify the type of activity, a display title for the activity, and so forth. If you set *part=snippet*, the API response will also contain all of those nested properties. (required) (repeated)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070098 mine: boolean, A parameter
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080099 pageToken: string, The *pageToken* parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken and prevPageToken properties identify other pages that could be retrieved.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700100 home: boolean, A parameter
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800101 maxResults: integer, The *maxResults* parameter specifies the maximum number of items that should be returned in the result set.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700102 regionCode: string, A parameter
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700103 publishedAfter: string, A parameter
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800104 channelId: string, A parameter
105 publishedBefore: string, A parameter
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700106 x__xgafv: string, V1 error format.
107 Allowed values
108 1 - v1 error format
109 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400110
111Returns:
112 An object of the form:
113
114 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700115 &quot;items&quot;: [
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700116 { # An *activity* resource contains information about an action that a particular channel, or user, has taken on YouTube.The actions reported in activity feeds include rating a video, sharing a video, marking a video as a favorite, commenting on a video, uploading a video, and so forth. Each activity resource identifies the type of action, the channel associated with the action, and the resource(s) associated with the action, such as the video that was rated or uploaded.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700117 &quot;snippet&quot;: { # Basic details about an activity, including title, description, thumbnails, activity type and group. Next ID: 12 # The snippet object contains basic details about the activity, including the activity&#x27;s type and group ID.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800118 &quot;title&quot;: &quot;A String&quot;, # The title of the resource primarily associated with the activity.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700119 &quot;thumbnails&quot;: { # Internal representation of thumbnails for a YouTube resource. # A map of thumbnail images associated with the resource that is primarily associated with the activity. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
120 &quot;maxres&quot;: { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource.
121 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
122 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
123 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700124 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700125 &quot;standard&quot;: { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource.
126 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
127 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
128 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
129 },
130 &quot;default&quot;: { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
131 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
132 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
133 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
134 },
135 &quot;medium&quot;: { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource.
136 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
137 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
138 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
139 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800140 &quot;high&quot;: { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource.
141 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
142 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
143 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
144 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700145 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700146 &quot;description&quot;: &quot;A String&quot;, # The description of the resource primarily associated with the activity. @mutable youtube.activities.insert
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700147 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the channel associated with the activity.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800148 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time that the video was uploaded. The value is specified in ISO 8601 format.
149 &quot;groupId&quot;: &quot;A String&quot;, # The group ID associated with the activity. A group ID identifies user events that are associated with the same user and resource. For example, if a user rates a video and marks the same video as a favorite, the entries for those events would have the same group ID in the user&#x27;s activity feed. In your user interface, you can avoid repetition by grouping events with the same groupId value.
150 &quot;type&quot;: &quot;A String&quot;, # The type of activity that the resource describes.
151 &quot;channelTitle&quot;: &quot;A String&quot;, # Channel title for the channel responsible for this activity
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700152 },
153 &quot;contentDetails&quot;: { # Details about the content of an activity: the video that was shared, the channel that was subscribed to, etc. # The contentDetails object contains information about the content associated with the activity. For example, if the snippet.type value is videoRated, then the contentDetails object&#x27;s content identifies the rated video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700154 &quot;recommendation&quot;: { # Information that identifies the recommended resource. # The recommendation object contains information about a recommended resource. This property is only present if the snippet.type is recommendation.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700155 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The resourceId object contains information that identifies the recommended resource.
156 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a video. This property is only present if the resourceId.kind value is youtube#video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700157 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
158 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a channel. This property is only present if the resourceId.kind value is youtube#channel.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800159 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a playlist. This property is only present if the resourceId.kind value is youtube#playlist.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700160 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800161 &quot;seedResourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The seedResourceId object contains information about the resource that caused the recommendation.
162 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a video. This property is only present if the resourceId.kind value is youtube#video.
163 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
164 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a channel. This property is only present if the resourceId.kind value is youtube#channel.
165 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a playlist. This property is only present if the resourceId.kind value is youtube#playlist.
166 },
167 &quot;reason&quot;: &quot;A String&quot;, # The reason that the resource is recommended to the user.
168 },
169 &quot;playlistItem&quot;: { # Information about a new playlist item. # The playlistItem object contains information about a new playlist item. This property is only present if the snippet.type is playlistItem.
170 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The resourceId object contains information about the resource that was added to the playlist.
171 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a video. This property is only present if the resourceId.kind value is youtube#video.
172 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
173 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a channel. This property is only present if the resourceId.kind value is youtube#channel.
174 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a playlist. This property is only present if the resourceId.kind value is youtube#playlist.
175 },
176 &quot;playlistItemId&quot;: &quot;A String&quot;, # ID of the item within the playlist.
177 &quot;playlistId&quot;: &quot;A String&quot;, # The value that YouTube uses to uniquely identify the playlist.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700178 },
179 &quot;social&quot;: { # Details about a social network post. # The social object contains details about a social network post. This property is only present if the snippet.type is social.
180 &quot;author&quot;: &quot;A String&quot;, # The author of the social network post.
181 &quot;type&quot;: &quot;A String&quot;, # The name of the social network.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700182 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The resourceId object encapsulates information that identifies the resource associated with a social network post.
183 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a video. This property is only present if the resourceId.kind value is youtube#video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700184 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700185 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a channel. This property is only present if the resourceId.kind value is youtube#channel.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800186 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a playlist. This property is only present if the resourceId.kind value is youtube#playlist.
187 },
188 &quot;imageUrl&quot;: &quot;A String&quot;, # An image of the post&#x27;s author.
189 &quot;referenceUrl&quot;: &quot;A String&quot;, # The URL of the social network post.
190 },
191 &quot;favorite&quot;: { # Information about a video that was marked as a favorite video. # The favorite object contains information about a video that was marked as a favorite video. This property is only present if the snippet.type is favorite.
192 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The resourceId object contains information that identifies the resource that was marked as a favorite.
193 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a video. This property is only present if the resourceId.kind value is youtube#video.
194 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
195 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a channel. This property is only present if the resourceId.kind value is youtube#channel.
196 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a playlist. This property is only present if the resourceId.kind value is youtube#playlist.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700197 },
198 },
199 &quot;like&quot;: { # Information about a resource that received a positive (like) rating. # The like object contains information about a resource that received a positive (like) rating. This property is only present if the snippet.type is like.
200 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The resourceId object contains information that identifies the rated resource.
201 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a video. This property is only present if the resourceId.kind value is youtube#video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700202 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700203 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a channel. This property is only present if the resourceId.kind value is youtube#channel.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800204 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a playlist. This property is only present if the resourceId.kind value is youtube#playlist.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700205 },
206 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800207 &quot;channelItem&quot;: { # Details about a resource which was added to a channel. # The channelItem object contains details about a resource which was added to a channel. This property is only present if the snippet.type is channelItem.
208 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The resourceId object contains information that identifies the resource that was added to the channel.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700209 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a video. This property is only present if the resourceId.kind value is youtube#video.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700210 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700211 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a channel. This property is only present if the resourceId.kind value is youtube#channel.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700212 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a playlist. This property is only present if the resourceId.kind value is youtube#playlist.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700213 },
214 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700215 &quot;subscription&quot;: { # Information about a channel that a user subscribed to. # The subscription object contains information about a channel that a user subscribed to. This property is only present if the snippet.type is subscription.
216 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The resourceId object contains information that identifies the resource that the user subscribed to.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700217 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a video. This property is only present if the resourceId.kind value is youtube#video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700218 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700219 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a channel. This property is only present if the resourceId.kind value is youtube#channel.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800220 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a playlist. This property is only present if the resourceId.kind value is youtube#playlist.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700221 },
222 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700223 &quot;upload&quot;: { # Information about the uploaded video. # The upload object contains information about the uploaded video. This property is only present if the snippet.type is upload.
224 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the uploaded video.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700225 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800226 &quot;bulletin&quot;: { # Details about a channel bulletin post. # The bulletin object contains details about a channel bulletin post. This object is only present if the snippet.type is bulletin.
227 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The resourceId object contains information that identifies the resource associated with a bulletin post. @mutable youtube.activities.insert
228 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a video. This property is only present if the resourceId.kind value is youtube#video.
229 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
230 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a channel. This property is only present if the resourceId.kind value is youtube#channel.
231 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a playlist. This property is only present if the resourceId.kind value is youtube#playlist.
232 },
233 },
234 &quot;comment&quot;: { # Information about a resource that received a comment. # The comment object contains information about a resource that received a comment. This property is only present if the snippet.type is comment.
235 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The resourceId object contains information that identifies the resource associated with the comment.
236 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a video. This property is only present if the resourceId.kind value is youtube#video.
237 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
238 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a channel. This property is only present if the resourceId.kind value is youtube#channel.
239 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a playlist. This property is only present if the resourceId.kind value is youtube#playlist.
240 },
241 },
242 &quot;promotedItem&quot;: { # Details about a resource which is being promoted. # The promotedItem object contains details about a resource which is being promoted. This property is only present if the snippet.type is promotedItem.
243 &quot;creativeViewUrl&quot;: &quot;A String&quot;, # The URL the client should ping to indicate that the user was shown this promoted item.
244 &quot;destinationUrl&quot;: &quot;A String&quot;, # The URL the client should direct the user to, if the user chooses to visit the advertiser&#x27;s website.
245 &quot;impressionUrl&quot;: [ # The list of impression URLs. The client should ping all of these URLs to indicate that the user was shown this promoted item.
246 &quot;A String&quot;,
247 ],
248 &quot;forecastingUrl&quot;: [ # The list of forecasting URLs. The client should ping all of these URLs when a promoted item is not available, to indicate that a promoted item could have been shown.
249 &quot;A String&quot;,
250 ],
251 &quot;ctaType&quot;: &quot;A String&quot;, # The type of call-to-action, a message to the user indicating action that can be taken.
252 &quot;descriptionText&quot;: &quot;A String&quot;, # The text description to accompany the promoted item.
253 &quot;customCtaButtonText&quot;: &quot;A String&quot;, # The custom call-to-action button text. If specified, it will override the default button text for the cta_type.
254 &quot;clickTrackingUrl&quot;: &quot;A String&quot;, # The URL the client should ping to indicate that the user clicked through on this promoted item.
255 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the promoted video.
256 &quot;adTag&quot;: &quot;A String&quot;, # The URL the client should fetch to request a promoted item.
257 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700258 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800259 &quot;kind&quot;: &quot;youtube#activity&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#activity&quot;.
260 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the activity.
261 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700262 },
263 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800264 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
265 &quot;tokenPagination&quot;: { # Stub token pagination template to suppress results.
266 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700267 &quot;pageInfo&quot;: { # Paging details for lists of resources, including total number of items available and number of resources returned in a single page. # General pagination information.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700268 &quot;totalResults&quot;: 42, # The total number of results in the result set.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700269 &quot;resultsPerPage&quot;: 42, # The number of results included in the API response.
270 },
271 &quot;nextPageToken&quot;: &quot;A String&quot;, # The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800272 &quot;visitorId&quot;: &quot;A String&quot;, # The visitorId identifies the visitor.
273 &quot;eventId&quot;: &quot;A String&quot;, # Serialized EventId of the request which produced this response.
274 &quot;prevPageToken&quot;: &quot;A String&quot;, # The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set.
275 &quot;kind&quot;: &quot;youtube#activityListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#activityListResponse&quot;.
John Asmuth614db982014-04-24 15:46:26 -0400276 }</pre>
277</div>
278
279<div class="method">
280 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
281 <pre>Retrieves the next page of results.
282
283Args:
284 previous_request: The request for the previous page. (required)
285 previous_response: The response from the request for the previous page. (required)
286
287Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700288 A request object that you can call &#x27;execute()&#x27; on to request the next
John Asmuth614db982014-04-24 15:46:26 -0400289 page. Returns None if there are no more items in the collection.
290 </pre>
291</div>
292
293</body></html>