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.
1829 1830 1831 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1829 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
1827 1828 1829 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1827 def lineup_id @lineup_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1834 1835 1836 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1834 def update!(**args) @lineup_id = args[:lineup_id] if args.key?(:lineup_id) end |