class Google::Apis::YoutubeV3::ListPlaylistsResponse

Included Modules

Defined in:

google/apis/youtube_v3/classes.cr

Constructors

Instance Method Summary

Instance methods inherited from module Google::Apis::Core::Paginated

next_page_token : String | Nil next_page_token

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def etag : String | Nil #

[View source]
def etag=(etag : String | Nil) #

[View source]
def event_id : String | Nil #

[View source]
def event_id=(event_id : String | Nil) #

[View source]
def items : Array(Playlist) | Nil #

[View source]
def items=(items : Array(Playlist) | Nil) #

[View source]
def kind : String | Nil #

[View source]
def kind=(kind : String | Nil) #

[View source]
def next_page_token : String | Nil #

[View source]
def next_page_token=(next_page_token : String | Nil) #

[View source]
def page_info : PageInfo | Nil #

[View source]
def page_info=(page_info : PageInfo | Nil) #

[View source]
def prev_page_token : String | Nil #

[View source]
def prev_page_token=(prev_page_token : String | Nil) #

[View source]