1<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 75<h1><a href="youtube_v3.html">YouTube Data API v3</a> . <a href="youtube_v3.subscriptions.html">subscriptions</a></h1> 76<h2>Instance Methods</h2> 77<p class="toc_element"> 78 <code><a href="#close">close()</a></code></p> 79<p class="firstline">Close httplib2 connections.</p> 80<p class="toc_element"> 81 <code><a href="#delete">delete(id, x__xgafv=None)</a></code></p> 82<p class="firstline">Deletes a resource.</p> 83<p class="toc_element"> 84 <code><a href="#insert">insert(part, body=None, x__xgafv=None)</a></code></p> 85<p class="firstline">Inserts a new resource into this collection.</p> 86<p class="toc_element"> 87 <code><a href="#list">list(part, channelId=None, forChannelId=None, id=None, maxResults=None, mine=None, myRecentSubscribers=None, mySubscribers=None, onBehalfOfContentOwner=None, onBehalfOfContentOwnerChannel=None, order=None, pageToken=None, x__xgafv=None)</a></code></p> 88<p class="firstline">Retrieves a list of resources, possibly filtered.</p> 89<p class="toc_element"> 90 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> 91<p class="firstline">Retrieves the next page of results.</p> 92<h3>Method Details</h3> 93<div class="method"> 94 <code class="details" id="close">close()</code> 95 <pre>Close httplib2 connections.</pre> 96</div> 97 98<div class="method"> 99 <code class="details" id="delete">delete(id, x__xgafv=None)</code> 100 <pre>Deletes a resource. 101 102Args: 103 id: string, A parameter (required) 104 x__xgafv: string, V1 error format. 105 Allowed values 106 1 - v1 error format 107 2 - v2 error format 108</pre> 109</div> 110 111<div class="method"> 112 <code class="details" id="insert">insert(part, body=None, x__xgafv=None)</code> 113 <pre>Inserts a new resource into this collection. 114 115Args: 116 part: string, The *part* parameter serves two purposes in this operation. It identifies the properties that the write operation will set as well as the properties that the API response will include. (required) (repeated) 117 body: object, The request body. 118 The object takes the form of: 119 120{ # A *subscription* resource contains information about a YouTube user subscription. A subscription notifies a user when new videos are added to a channel or when another user takes one of several actions on YouTube, such as uploading a video, rating a video, or commenting on a video. 121 "contentDetails": { # Details about the content to witch a subscription refers. # The contentDetails object contains basic statistics about the subscription. 122 "activityType": "A String", # The type of activity this subscription is for (only uploads, everything). 123 "newItemCount": 42, # The number of new items in the subscription since its content was last read. 124 "totalItemCount": 42, # The approximate number of items that the subscription points to. 125 }, 126 "etag": "A String", # Etag of this resource. 127 "id": "A String", # The ID that YouTube uses to uniquely identify the subscription. 128 "kind": "youtube#subscription", # Identifies what kind of resource this is. Value: the fixed string "youtube#subscription". 129 "snippet": { # Basic details about a subscription, including title, description and thumbnails of the subscribed item. # The snippet object contains basic details about the subscription, including its title and the channel that the user subscribed to. 130 "channelId": "A String", # The ID that YouTube uses to uniquely identify the subscriber's channel. 131 "channelTitle": "A String", # Channel title for the channel that the subscription belongs to. 132 "description": "A String", # The subscription's details. 133 "publishedAt": "A String", # The date and time that the subscription was created. 134 "resourceId": { # A resource id is a generic reference that points to another YouTube resource. # The id object contains information about the channel that the user subscribed to. 135 "channelId": "A String", # 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. 136 "kind": "A String", # The type of the API resource. 137 "playlistId": "A String", # 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. 138 "videoId": "A String", # 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. 139 }, 140 "thumbnails": { # Internal representation of thumbnails for a YouTube resource. # A map of thumbnail images associated with the video. 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. 141 "default": { # A thumbnail is an image representing a YouTube resource. # The default image for this resource. 142 "height": 42, # (Optional) Height of the thumbnail image. 143 "url": "A String", # The thumbnail image's URL. 144 "width": 42, # (Optional) Width of the thumbnail image. 145 }, 146 "high": { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource. 147 "height": 42, # (Optional) Height of the thumbnail image. 148 "url": "A String", # The thumbnail image's URL. 149 "width": 42, # (Optional) Width of the thumbnail image. 150 }, 151 "maxres": { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource. 152 "height": 42, # (Optional) Height of the thumbnail image. 153 "url": "A String", # The thumbnail image's URL. 154 "width": 42, # (Optional) Width of the thumbnail image. 155 }, 156 "medium": { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource. 157 "height": 42, # (Optional) Height of the thumbnail image. 158 "url": "A String", # The thumbnail image's URL. 159 "width": 42, # (Optional) Width of the thumbnail image. 160 }, 161 "standard": { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource. 162 "height": 42, # (Optional) Height of the thumbnail image. 163 "url": "A String", # The thumbnail image's URL. 164 "width": 42, # (Optional) Width of the thumbnail image. 165 }, 166 }, 167 "title": "A String", # The subscription's title. 168 }, 169 "subscriberSnippet": { # Basic details about a subscription's subscriber including title, description, channel ID and thumbnails. # The subscriberSnippet object contains basic details about the subscriber. 170 "channelId": "A String", # The channel ID of the subscriber. 171 "description": "A String", # The description of the subscriber. 172 "thumbnails": { # Internal representation of thumbnails for a YouTube resource. # Thumbnails for this subscriber. 173 "default": { # A thumbnail is an image representing a YouTube resource. # The default image for this resource. 174 "height": 42, # (Optional) Height of the thumbnail image. 175 "url": "A String", # The thumbnail image's URL. 176 "width": 42, # (Optional) Width of the thumbnail image. 177 }, 178 "high": { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource. 179 "height": 42, # (Optional) Height of the thumbnail image. 180 "url": "A String", # The thumbnail image's URL. 181 "width": 42, # (Optional) Width of the thumbnail image. 182 }, 183 "maxres": { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource. 184 "height": 42, # (Optional) Height of the thumbnail image. 185 "url": "A String", # The thumbnail image's URL. 186 "width": 42, # (Optional) Width of the thumbnail image. 187 }, 188 "medium": { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource. 189 "height": 42, # (Optional) Height of the thumbnail image. 190 "url": "A String", # The thumbnail image's URL. 191 "width": 42, # (Optional) Width of the thumbnail image. 192 }, 193 "standard": { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource. 194 "height": 42, # (Optional) Height of the thumbnail image. 195 "url": "A String", # The thumbnail image's URL. 196 "width": 42, # (Optional) Width of the thumbnail image. 197 }, 198 }, 199 "title": "A String", # The title of the subscriber. 200 }, 201} 202 203 x__xgafv: string, V1 error format. 204 Allowed values 205 1 - v1 error format 206 2 - v2 error format 207 208Returns: 209 An object of the form: 210 211 { # A *subscription* resource contains information about a YouTube user subscription. A subscription notifies a user when new videos are added to a channel or when another user takes one of several actions on YouTube, such as uploading a video, rating a video, or commenting on a video. 212 "contentDetails": { # Details about the content to witch a subscription refers. # The contentDetails object contains basic statistics about the subscription. 213 "activityType": "A String", # The type of activity this subscription is for (only uploads, everything). 214 "newItemCount": 42, # The number of new items in the subscription since its content was last read. 215 "totalItemCount": 42, # The approximate number of items that the subscription points to. 216 }, 217 "etag": "A String", # Etag of this resource. 218 "id": "A String", # The ID that YouTube uses to uniquely identify the subscription. 219 "kind": "youtube#subscription", # Identifies what kind of resource this is. Value: the fixed string "youtube#subscription". 220 "snippet": { # Basic details about a subscription, including title, description and thumbnails of the subscribed item. # The snippet object contains basic details about the subscription, including its title and the channel that the user subscribed to. 221 "channelId": "A String", # The ID that YouTube uses to uniquely identify the subscriber's channel. 222 "channelTitle": "A String", # Channel title for the channel that the subscription belongs to. 223 "description": "A String", # The subscription's details. 224 "publishedAt": "A String", # The date and time that the subscription was created. 225 "resourceId": { # A resource id is a generic reference that points to another YouTube resource. # The id object contains information about the channel that the user subscribed to. 226 "channelId": "A String", # 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. 227 "kind": "A String", # The type of the API resource. 228 "playlistId": "A String", # 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. 229 "videoId": "A String", # 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. 230 }, 231 "thumbnails": { # Internal representation of thumbnails for a YouTube resource. # A map of thumbnail images associated with the video. 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. 232 "default": { # A thumbnail is an image representing a YouTube resource. # The default image for this resource. 233 "height": 42, # (Optional) Height of the thumbnail image. 234 "url": "A String", # The thumbnail image's URL. 235 "width": 42, # (Optional) Width of the thumbnail image. 236 }, 237 "high": { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource. 238 "height": 42, # (Optional) Height of the thumbnail image. 239 "url": "A String", # The thumbnail image's URL. 240 "width": 42, # (Optional) Width of the thumbnail image. 241 }, 242 "maxres": { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource. 243 "height": 42, # (Optional) Height of the thumbnail image. 244 "url": "A String", # The thumbnail image's URL. 245 "width": 42, # (Optional) Width of the thumbnail image. 246 }, 247 "medium": { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource. 248 "height": 42, # (Optional) Height of the thumbnail image. 249 "url": "A String", # The thumbnail image's URL. 250 "width": 42, # (Optional) Width of the thumbnail image. 251 }, 252 "standard": { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource. 253 "height": 42, # (Optional) Height of the thumbnail image. 254 "url": "A String", # The thumbnail image's URL. 255 "width": 42, # (Optional) Width of the thumbnail image. 256 }, 257 }, 258 "title": "A String", # The subscription's title. 259 }, 260 "subscriberSnippet": { # Basic details about a subscription's subscriber including title, description, channel ID and thumbnails. # The subscriberSnippet object contains basic details about the subscriber. 261 "channelId": "A String", # The channel ID of the subscriber. 262 "description": "A String", # The description of the subscriber. 263 "thumbnails": { # Internal representation of thumbnails for a YouTube resource. # Thumbnails for this subscriber. 264 "default": { # A thumbnail is an image representing a YouTube resource. # The default image for this resource. 265 "height": 42, # (Optional) Height of the thumbnail image. 266 "url": "A String", # The thumbnail image's URL. 267 "width": 42, # (Optional) Width of the thumbnail image. 268 }, 269 "high": { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource. 270 "height": 42, # (Optional) Height of the thumbnail image. 271 "url": "A String", # The thumbnail image's URL. 272 "width": 42, # (Optional) Width of the thumbnail image. 273 }, 274 "maxres": { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource. 275 "height": 42, # (Optional) Height of the thumbnail image. 276 "url": "A String", # The thumbnail image's URL. 277 "width": 42, # (Optional) Width of the thumbnail image. 278 }, 279 "medium": { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource. 280 "height": 42, # (Optional) Height of the thumbnail image. 281 "url": "A String", # The thumbnail image's URL. 282 "width": 42, # (Optional) Width of the thumbnail image. 283 }, 284 "standard": { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource. 285 "height": 42, # (Optional) Height of the thumbnail image. 286 "url": "A String", # The thumbnail image's URL. 287 "width": 42, # (Optional) Width of the thumbnail image. 288 }, 289 }, 290 "title": "A String", # The title of the subscriber. 291 }, 292}</pre> 293</div> 294 295<div class="method"> 296 <code class="details" id="list">list(part, channelId=None, forChannelId=None, id=None, maxResults=None, mine=None, myRecentSubscribers=None, mySubscribers=None, onBehalfOfContentOwner=None, onBehalfOfContentOwnerChannel=None, order=None, pageToken=None, x__xgafv=None)</code> 297 <pre>Retrieves a list of resources, possibly filtered. 298 299Args: 300 part: string, The *part* parameter specifies a comma-separated list of one or more subscription 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 a subscription resource, the snippet property contains other properties, such as a display title for the subscription. If you set *part=snippet*, the API response will also contain all of those nested properties. (required) (repeated) 301 channelId: string, Return the subscriptions of the given channel owner. 302 forChannelId: string, Return the subscriptions to the subset of these channels that the authenticated user is subscribed to. 303 id: string, Return the subscriptions with the given IDs for Stubby or Apiary. (repeated) 304 maxResults: integer, The *maxResults* parameter specifies the maximum number of items that should be returned in the result set. 305 mine: boolean, Flag for returning the subscriptions of the authenticated user. 306 myRecentSubscribers: boolean, A parameter 307 mySubscribers: boolean, Return the subscribers of the given channel owner. 308 onBehalfOfContentOwner: string, *Note:* This parameter is intended exclusively for YouTube content partners. The *onBehalfOfContentOwner* parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner. 309 onBehalfOfContentOwnerChannel: string, This parameter can only be used in a properly authorized request. *Note:* This parameter is intended exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* parameter specifies the YouTube channel ID of the channel to which a video is being added. This parameter is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it can only be used in conjunction with that parameter. In addition, the request must be authorized using a CMS account that is linked to the content owner that the onBehalfOfContentOwner parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value specifies must be linked to the content owner that the onBehalfOfContentOwner parameter specifies. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and perform actions on behalf of the channel specified in the parameter value, without having to provide authentication credentials for each separate channel. 310 order: string, The order of the returned subscriptions 311 Allowed values 312 subscriptionOrderUnspecified - 313 relevance - Sort by relevance. 314 unread - Sort by order of activity. 315 alphabetical - Sort alphabetically. 316 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. 317 x__xgafv: string, V1 error format. 318 Allowed values 319 1 - v1 error format 320 2 - v2 error format 321 322Returns: 323 An object of the form: 324 325 { 326 "etag": "A String", # Etag of this resource. 327 "eventId": "A String", # Serialized EventId of the request which produced this response. 328 "items": [ # A list of subscriptions that match the request criteria. 329 { # A *subscription* resource contains information about a YouTube user subscription. A subscription notifies a user when new videos are added to a channel or when another user takes one of several actions on YouTube, such as uploading a video, rating a video, or commenting on a video. 330 "contentDetails": { # Details about the content to witch a subscription refers. # The contentDetails object contains basic statistics about the subscription. 331 "activityType": "A String", # The type of activity this subscription is for (only uploads, everything). 332 "newItemCount": 42, # The number of new items in the subscription since its content was last read. 333 "totalItemCount": 42, # The approximate number of items that the subscription points to. 334 }, 335 "etag": "A String", # Etag of this resource. 336 "id": "A String", # The ID that YouTube uses to uniquely identify the subscription. 337 "kind": "youtube#subscription", # Identifies what kind of resource this is. Value: the fixed string "youtube#subscription". 338 "snippet": { # Basic details about a subscription, including title, description and thumbnails of the subscribed item. # The snippet object contains basic details about the subscription, including its title and the channel that the user subscribed to. 339 "channelId": "A String", # The ID that YouTube uses to uniquely identify the subscriber's channel. 340 "channelTitle": "A String", # Channel title for the channel that the subscription belongs to. 341 "description": "A String", # The subscription's details. 342 "publishedAt": "A String", # The date and time that the subscription was created. 343 "resourceId": { # A resource id is a generic reference that points to another YouTube resource. # The id object contains information about the channel that the user subscribed to. 344 "channelId": "A String", # 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. 345 "kind": "A String", # The type of the API resource. 346 "playlistId": "A String", # 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. 347 "videoId": "A String", # 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. 348 }, 349 "thumbnails": { # Internal representation of thumbnails for a YouTube resource. # A map of thumbnail images associated with the video. 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. 350 "default": { # A thumbnail is an image representing a YouTube resource. # The default image for this resource. 351 "height": 42, # (Optional) Height of the thumbnail image. 352 "url": "A String", # The thumbnail image's URL. 353 "width": 42, # (Optional) Width of the thumbnail image. 354 }, 355 "high": { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource. 356 "height": 42, # (Optional) Height of the thumbnail image. 357 "url": "A String", # The thumbnail image's URL. 358 "width": 42, # (Optional) Width of the thumbnail image. 359 }, 360 "maxres": { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource. 361 "height": 42, # (Optional) Height of the thumbnail image. 362 "url": "A String", # The thumbnail image's URL. 363 "width": 42, # (Optional) Width of the thumbnail image. 364 }, 365 "medium": { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource. 366 "height": 42, # (Optional) Height of the thumbnail image. 367 "url": "A String", # The thumbnail image's URL. 368 "width": 42, # (Optional) Width of the thumbnail image. 369 }, 370 "standard": { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource. 371 "height": 42, # (Optional) Height of the thumbnail image. 372 "url": "A String", # The thumbnail image's URL. 373 "width": 42, # (Optional) Width of the thumbnail image. 374 }, 375 }, 376 "title": "A String", # The subscription's title. 377 }, 378 "subscriberSnippet": { # Basic details about a subscription's subscriber including title, description, channel ID and thumbnails. # The subscriberSnippet object contains basic details about the subscriber. 379 "channelId": "A String", # The channel ID of the subscriber. 380 "description": "A String", # The description of the subscriber. 381 "thumbnails": { # Internal representation of thumbnails for a YouTube resource. # Thumbnails for this subscriber. 382 "default": { # A thumbnail is an image representing a YouTube resource. # The default image for this resource. 383 "height": 42, # (Optional) Height of the thumbnail image. 384 "url": "A String", # The thumbnail image's URL. 385 "width": 42, # (Optional) Width of the thumbnail image. 386 }, 387 "high": { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource. 388 "height": 42, # (Optional) Height of the thumbnail image. 389 "url": "A String", # The thumbnail image's URL. 390 "width": 42, # (Optional) Width of the thumbnail image. 391 }, 392 "maxres": { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource. 393 "height": 42, # (Optional) Height of the thumbnail image. 394 "url": "A String", # The thumbnail image's URL. 395 "width": 42, # (Optional) Width of the thumbnail image. 396 }, 397 "medium": { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource. 398 "height": 42, # (Optional) Height of the thumbnail image. 399 "url": "A String", # The thumbnail image's URL. 400 "width": 42, # (Optional) Width of the thumbnail image. 401 }, 402 "standard": { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource. 403 "height": 42, # (Optional) Height of the thumbnail image. 404 "url": "A String", # The thumbnail image's URL. 405 "width": 42, # (Optional) Width of the thumbnail image. 406 }, 407 }, 408 "title": "A String", # The title of the subscriber. 409 }, 410 }, 411 ], 412 "kind": "youtube#subscriptionListResponse", # Identifies what kind of resource this is. Value: the fixed string "youtube#subscriptionListResponse". 413 "nextPageToken": "A String", # The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set. 414 "pageInfo": { # Paging details for lists of resources, including total number of items available and number of resources returned in a single page. 415 "resultsPerPage": 42, # The number of results included in the API response. 416 "totalResults": 42, # The total number of results in the result set. 417 }, 418 "prevPageToken": "A String", # The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set. 419 "tokenPagination": { # Stub token pagination template to suppress results. 420 }, 421 "visitorId": "A String", # The visitorId identifies the visitor. 422}</pre> 423</div> 424 425<div class="method"> 426 <code class="details" id="list_next">list_next(previous_request, previous_response)</code> 427 <pre>Retrieves the next page of results. 428 429Args: 430 previous_request: The request for the previous page. (required) 431 previous_response: The response from the request for the previous page. (required) 432 433Returns: 434 A request object that you can call 'execute()' on to request the next 435 page. Returns None if there are no more items in the collection. 436 </pre> 437</div> 438 439</body></html>