class Google::Apis::YoutubePartnerV1::PromotedContent
Attributes
link[RW]
A list of link targets that will be used to generate the annotation link that appears on videos included in the campaign. If more than one link is specified, the link that is displayed to viewers will be randomly selected from the list. Corresponds to the JSON property `link` @return [Array<Google::Apis::YoutubePartnerV1::CampaignTargetLink>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtube_partner_v1/classes.rb, line 3256 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_partner_v1/classes.rb, line 3261 def update!(**args) @link = args[:link] if args.key?(:link) end