class Google::Apis::YoutubeV3::ThirdPartyLink

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

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

[View source]
def kind : String | Nil #

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

[View source]
def linking_token : String | Nil #

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

[View source]
def snippet : ThirdPartyLinkSnippet | Nil #

[View source]
def snippet=(snippet : ThirdPartyLinkSnippet | Nil) #

[View source]
def status : ThirdPartyLinkStatus | Nil #

[View source]
def status=(status : ThirdPartyLinkStatus | Nil) #

[View source]