Class: Google::Apis::YoutubePartnerV1::PromotedContent

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ PromotedContent

Returns a new instance of PromotedContent.



2865
2866
2867
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2865

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

Instance Attribute Details

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



2863
2864
2865
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2863

def link
  @link
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2870
2871
2872
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2870

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