class Google::Apis::YoutubeV3::CommentThreadSnippet

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

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

[View source]
def channel_id : String | Nil #

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

[View source]
def is_public : Bool | Nil #

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

[View source]
def top_level_comment : Comment | Nil #

[View source]
def top_level_comment=(top_level_comment : Comment | Nil) #

[View source]
def total_reply_count : Int32 | Nil #

[View source]
def total_reply_count=(total_reply_count : Int32 | Nil) #

[View source]
def video_id : String | Nil #

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

[View source]