Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonPlacementListInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonPlacementListInfo
- 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 Placement List criterion. Represents a shared set of placements that can be excluded at the account-level.
Instance Attribute Summary collapse
-
#shared_set ⇒ String
The PlacementListInfo shared set resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonPlacementListInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonPlacementListInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonPlacementListInfo
Returns a new instance of GoogleAdsSearchads360V23CommonPlacementListInfo.
9018 9019 9020 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9018 def initialize(**args) update!(**args) end |
Instance Attribute Details
#shared_set ⇒ String
The PlacementListInfo shared set resource name.
Corresponds to the JSON property sharedSet
9016 9017 9018 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9016 def shared_set @shared_set end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9023 9024 9025 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9023 def update!(**args) @shared_set = args[:shared_set] if args.key?(:shared_set) end |