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.



2667
2668
2669
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2667

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#carrier_constantString

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

Returns:

  • (String)


2665
2666
2667
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2665

def carrier_constant
  @carrier_constant
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2672
2673
2674
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2672

def update!(**args)
  @carrier_constant = args[:carrier_constant] if args.key?(:carrier_constant)
end