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.



2745
2746
2747
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2745

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

Instance Attribute Details

#combined_audienceString

The CombinedAudience resource name. Corresponds to the JSON property combinedAudience

Returns:

  • (String)


2743
2744
2745
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2743

def combined_audience
  @combined_audience
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2750
2751
2752
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2750

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