Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAudienceExclusionDimension
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAudienceExclusionDimension
- 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
Negative dimension specifying users to exclude from the audience.
Instance Attribute Summary collapse
-
#exclusions ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonExclusionSegment>
Audience segment to be excluded.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonAudienceExclusionDimension
constructor
A new instance of GoogleAdsSearchads360V23CommonAudienceExclusionDimension.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonAudienceExclusionDimension
Returns a new instance of GoogleAdsSearchads360V23CommonAudienceExclusionDimension.
1476 1477 1478 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1476 def initialize(**args) update!(**args) end |
Instance Attribute Details
#exclusions ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonExclusionSegment>
Audience segment to be excluded.
Corresponds to the JSON property exclusions
1474 1475 1476 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1474 def exclusions @exclusions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1481 1482 1483 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1481 def update!(**args) @exclusions = args[:exclusions] if args.key?(:exclusions) end |