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.



56447
56448
56449
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56447

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

Instance Attribute Details

#lineup_idFixnum

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

Returns:

  • (Fixnum)


56445
56446
56447
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56445

def lineup_id
  @lineup_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



56452
56453
56454
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56452

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