class Google::Apis::YoutubeV3::ThirdPartyLinkStatus
The third-party link status object contains information about the status of the link.
Attributes
link_status[RW]
Corresponds to the JSON property `linkStatus` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtube_v3/classes.rb, line 6975 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/youtube_v3/classes.rb, line 6980 def update!(**args) @link_status = args[:link_status] if args.key?(:link_status) end