Class: Google::Apis::YoutubeV3::ThirdPartyLinkStatus
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::ThirdPartyLinkStatus
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/youtube_v3/classes.rb,
generated/google/apis/youtube_v3/representations.rb,
generated/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
-
#link_status ⇒ String
Corresponds to the JSON property
linkStatus
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ThirdPartyLinkStatus
constructor
A new instance of ThirdPartyLinkStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ThirdPartyLinkStatus
Returns a new instance of ThirdPartyLinkStatus.
6877 6878 6879 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 6877 def initialize(**args) update!(**args) end |
Instance Attribute Details
#link_status ⇒ String
Corresponds to the JSON property linkStatus
6875 6876 6877 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 6875 def link_status @link_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6882 6883 6884 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 6882 def update!(**args) @link_status = args[:link_status] if args.key?(:link_status) end |