Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAudienceInsightsLineup
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAudienceInsightsLineup
- 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
A YouTube Lineup.
Instance Attribute Summary collapse
-
#lineup_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonAudienceInsightsLineup
constructor
A new instance of GoogleAdsSearchads360V23CommonAudienceInsightsLineup.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonAudienceInsightsLineup
Returns a new instance of GoogleAdsSearchads360V23CommonAudienceInsightsLineup.
1769 1770 1771 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1769 def initialize(**args) update!(**args) end |
Instance Attribute Details
#lineup_id ⇒ String
Required. The numeric ID of the lineup.
Corresponds to the JSON property lineupId
1767 1768 1769 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1767 def lineup_id @lineup_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1774 1775 1776 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1774 def update!(**args) @lineup_id = args[:lineup_id] if args.key?(:lineup_id) end |