PlaylistItemListResponse class

A collection of playlist items that match the API request parameters. You can retrieve all of the playlist items in a specified playlist or retrieve one or more playlist items by their unique IDs. Try it now.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

PlaylistItemListResponse({required String kind, required String etag, String? nextPageToken, String? prevPageToken, required PageInfo pageInfo, required List<PlaylistItem> items})
PlaylistItemListResponse.fromJson(Map<String, dynamic> json)
factory

Properties

etag String
The Etag of this resource.
final
hashCode int
The hash code for this object.
no setterinherited
items List<PlaylistItem>
A list of playlist items that match the request criteria.
final
kind String
Identifies the API resource's type. The value will be youtube#playlistItemListResponse.
final
nextPageToken String?
The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
final
pageInfo → PageInfo
The pageInfo object encapsulates paging information for the result set.
final
prevPageToken String?
The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited