class Google::Apis::YoutubePartnerV1::PromotedContent

Attributes

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