class Google::Apis::YoutubeV3::ChannelStatistics

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 hidden_subscriber_count : Bool | Nil #

[View source]
def hidden_subscriber_count=(hidden_subscriber_count : Bool | Nil) #

[View source]
def subscriber_count : String | Nil #

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

[View source]
def video_count : String | Nil #

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

[View source]
def view_count : String | Nil #

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

[View source]