Class: Google::Apis::YoutubeV3::ThirdPartyLinkStatus

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/youtube_v3/classes.rb,
lib/google/apis/youtube_v3/representations.rb,
lib/google/apis/youtube_v3/representations.rb

Overview

The third-party link status object contains information about the status of the link.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ThirdPartyLinkStatus

Returns a new instance of ThirdPartyLinkStatus.



7464
7465
7466
# File 'lib/google/apis/youtube_v3/classes.rb', line 7464

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

Corresponds to the JSON property linkStatus

Returns:

  • (String)


7462
7463
7464
# File 'lib/google/apis/youtube_v3/classes.rb', line 7462

def link_status
  @link_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7469
7470
7471
# File 'lib/google/apis/youtube_v3/classes.rb', line 7469

def update!(**args)
  @link_status = args[:link_status] if args.key?(:link_status)
end