class Google::Apis::YoutubeV3::PlaylistItemContentDetails

Included Modules

Defined in:

google/apis/youtube_v3/classes.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def end_at : String | Nil #

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

[View source]
def note : String | Nil #

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

[View source]
def start_at : String | Nil #

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

[View source]
def video_id : String | Nil #

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

[View source]
def video_published_at : String | Nil #

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

[View source]