You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/you_tube/lib/google_api/you_tube/v3/model/playlist_item_list_response.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ defmodule GoogleApi.YouTube.V3.Model.PlaylistItemListResponse do
24
24
* `etag` (*type:* `String.t`, *default:* `nil`) -
25
25
* `eventId` (*type:* `String.t`, *default:* `nil`) - Serialized EventId of the request which produced this response.
26
26
* `items` (*type:* `list(GoogleApi.YouTube.V3.Model.PlaylistItem.t)`, *default:* `nil`) - A list of playlist items that match the request criteria.
27
-
* `kind` (*type:* `String.t`, *default:* `youtube#playlistItemListResponse`) - Identifies what kind of resource this is. Value: the fixed string "youtube#playlistItemListResponse". Etag of this resource.
27
+
* `kind` (*type:* `String.t`, *default:* `youtube#playlistItemListResponse`) - Identifies what kind of resource this is. Value: the fixed string "youtube#playlistItemListResponse".
28
28
* `nextPageToken` (*type:* `String.t`, *default:* `nil`) - The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
29
29
* `pageInfo` (*type:* `GoogleApi.YouTube.V3.Model.PageInfo.t`, *default:* `nil`) - General pagination information.
30
30
* `prevPageToken` (*type:* `String.t`, *default:* `nil`) - The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set.
0 commit comments