class Google::Apis::YoutubeV3::PlaylistItemSnippet

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

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

[View source]
def channel_title : String | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def playlist_id : String | Nil #

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

[View source]
def position : Int32 | Nil #

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

[View source]
def published_at : String | Nil #

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

[View source]
def resource_id : ResourceId | Nil #

[View source]
def resource_id=(resource_id : ResourceId | Nil) #

[View source]
def thumbnails : ThumbnailDetails | Nil #

[View source]
def thumbnails=(thumbnails : ThumbnailDetails | Nil) #

[View source]
def title : String | Nil #

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

[View source]
def video_owner_channel_id : String | Nil #

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

[View source]
def video_owner_channel_title : String | Nil #

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

[View source]