Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCarrierInfo

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

Represents a Carrier Criterion.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_constantString

The Carrier constant resource name. Corresponds to the JSON property carrierConstant

Returns:

  • (String)


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