Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAudienceInsightsLineup

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

A YouTube Lineup.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_idString

Required. The numeric ID of the lineup. Corresponds to the JSON property lineupId

Returns:

  • (String)


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