Struct google_youtube3::api::PlaylistItemListResponse
source · pub struct PlaylistItemListResponse {
pub etag: Option<String>,
pub event_id: Option<String>,
pub items: Option<Vec<PlaylistItem>>,
pub kind: Option<String>,
pub next_page_token: Option<String>,
pub page_info: Option<PageInfo>,
pub prev_page_token: Option<String>,
pub token_pagination: Option<TokenPagination>,
pub visitor_id: Option<String>,
}
Expand description
There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- list playlist items (response)
Fields§
§etag: Option<String>
no description provided
event_id: Option<String>
Serialized EventId of the request which produced this response.
items: Option<Vec<PlaylistItem>>
A list of playlist items that match the request criteria.
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string “youtube#playlistItemListResponse”. Etag of this resource.
next_page_token: Option<String>
The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
page_info: Option<PageInfo>
General pagination information.
prev_page_token: Option<String>
The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set.
token_pagination: Option<TokenPagination>
no description provided
visitor_id: Option<String>
The visitorId identifies the visitor.
Trait Implementations§
source§impl Clone for PlaylistItemListResponse
impl Clone for PlaylistItemListResponse
source§fn clone(&self) -> PlaylistItemListResponse
fn clone(&self) -> PlaylistItemListResponse
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more