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 generated/google/apis/youtube_partner_v1/classes.rb, line 2688 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/youtube_partner_v1/classes.rb, line 2693 def update!(**args) @link = args[:link] if args.key?(:link) end