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.



56519
56520
56521
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56519

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

Instance Attribute Details

#lineup_idFixnum

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

Returns:

  • (Fixnum)


56517
56518
56519
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56517

def lineup_id
  @lineup_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



56524
56525
56526
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56524

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