class Google::Apis::YoutubeV3::PlaylistImageSnippet

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 height : Int32 | Nil #

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

[View source]
def playlist_id : String | Nil #

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

[View source]
def type : String | Nil #

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

[View source]
def width : Int32 | Nil #

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

[View source]