class Google::Apis::YoutubeV3::Video

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 content_details : VideoContentDetails | Nil #

[View source]
def content_details=(content_details : VideoContentDetails | Nil) #

[View source]
def etag : String | Nil #

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

[View source]
def id : String | Nil #

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

[View source]
def kind : String | Nil #

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

[View source]
def snippet : VideoSnippet | Nil #

[View source]
def snippet=(snippet : VideoSnippet | Nil) #

[View source]
def statistics : VideoStatistics | Nil #

[View source]
def statistics=(statistics : VideoStatistics | Nil) #

[View source]
def status : VideoStatus | Nil #

[View source]
def status=(status : VideoStatus | Nil) #

[View source]