class Google::Apis::YoutubeV3::VideoStatistics

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 comment_count : String | Nil #

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

[View source]
def dislike_count : String | Nil #

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

[View source]
def favorite_count : String | Nil #

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

[View source]
def like_count : String | Nil #

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

[View source]
def view_count : String | Nil #

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

[View source]