Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCombinedAudienceInfo

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 combined audience criterion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonCombinedAudienceInfo

Returns a new instance of GoogleAdsSearchads360V23CommonCombinedAudienceInfo.



2805
2806
2807
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2805

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#combined_audienceString

The CombinedAudience resource name. Corresponds to the JSON property combinedAudience

Returns:

  • (String)


2803
2804
2805
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2803

def combined_audience
  @combined_audience
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2810
2811
2812
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2810

def update!(**args)
  @combined_audience = args[:combined_audience] if args.key?(:combined_audience)
end