Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonProductChannelInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonProductChannelInfo
- 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
Locality of a product offer.
Instance Attribute Summary collapse
-
#channel ⇒ String
Value of the locality.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonProductChannelInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonProductChannelInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonProductChannelInfo
Returns a new instance of GoogleAdsSearchads360V23CommonProductChannelInfo.
9422 9423 9424 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9422 def initialize(**args) update!(**args) end |
Instance Attribute Details
#channel ⇒ String
Value of the locality.
Corresponds to the JSON property channel
9420 9421 9422 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9420 def channel @channel end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9427 9428 9429 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9427 def update!(**args) @channel = args[:channel] if args.key?(:channel) end |