Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesYouTubeSelectSettings

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

Overview

Request settings for YouTube Select Lineups

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesYouTubeSelectSettings

Returns a new instance of GoogleAdsSearchads360V23ServicesYouTubeSelectSettings.



55352
55353
55354
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55352

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

Instance Attribute Details

#lineup_idFixnum

Lineup for YouTube Select Targeting. Corresponds to the JSON property lineupId

Returns:

  • (Fixnum)


55350
55351
55352
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55350

def lineup_id
  @lineup_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55357
55358
55359
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55357

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