class Google::Apis::YoutubeV3::ResourceId

Overview

A resource id with type information

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

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

[View source]
def playlist_id : String | Nil #

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

[View source]
def video_id : String | Nil #

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

[View source]