class Google::Apis::YoutubeV3::CommentSnippet

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 author_channel_id : CommentSnippetAuthorChannelId | Nil #

[View source]
def author_channel_id=(author_channel_id : CommentSnippetAuthorChannelId | Nil) #

[View source]
def author_channel_url : String | Nil #

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

[View source]
def author_display_name : String | Nil #

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

[View source]
def author_profile_image_url : String | Nil #

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

[View source]
def can_rate : Bool | Nil #

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

[View source]
def channel_id : String | Nil #

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

[View source]
def like_count : Int32 | Nil #

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

[View source]
def moderation_status : String | Nil #

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

[View source]
def parent_id : String | Nil #

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

[View source]
def published_at : String | Nil #

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

[View source]
def text_display : String | Nil #

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

[View source]
def text_original : String | Nil #

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

[View source]
def updated_at : String | Nil #

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

[View source]
def video_id : String | Nil #

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

[View source]
def viewer_rating : String | Nil #

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

[View source]