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.



1829
1830
1831
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1829

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)


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