Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCarrierInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCarrierInfo
- 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
Represents a Carrier Criterion.
Instance Attribute Summary collapse
-
#carrier_constant ⇒ String
The Carrier constant resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonCarrierInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonCarrierInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonCarrierInfo
Returns a new instance of GoogleAdsSearchads360V23CommonCarrierInfo.
2607 2608 2609 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2607 def initialize(**args) update!(**args) end |
Instance Attribute Details
#carrier_constant ⇒ String
The Carrier constant resource name.
Corresponds to the JSON property carrierConstant
2605 2606 2607 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2605 def carrier_constant @carrier_constant end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2612 2613 2614 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2612 def update!(**args) @carrier_constant = args[:carrier_constant] if args.key?(:carrier_constant) end |