Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCombinedAudienceInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCombinedAudienceInfo
- 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
-
#combined_audience ⇒ String
The CombinedAudience resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonCombinedAudienceInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonCombinedAudienceInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_audience ⇒ String
The CombinedAudience resource name.
Corresponds to the JSON property combinedAudience
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 |