Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesYouTubeSelectSettings
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesYouTubeSelectSettings
- 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
-
#lineup_id ⇒ Fixnum
Lineup for YouTube Select Targeting.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesYouTubeSelectSettings
constructor
A new instance of GoogleAdsSearchads360V23ServicesYouTubeSelectSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_id ⇒ Fixnum
Lineup for YouTube Select Targeting.
Corresponds to the JSON property lineupId
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 |