Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonProductChannelExclusivityInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonProductChannelExclusivityInfo
- 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
Availability of a product offer.
Instance Attribute Summary collapse
-
#channel_exclusivity ⇒ String
Value of the availability.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonProductChannelExclusivityInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonProductChannelExclusivityInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonProductChannelExclusivityInfo
Returns a new instance of GoogleAdsSearchads360V23CommonProductChannelExclusivityInfo.
9471 9472 9473 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9471 def initialize(**args) update!(**args) end |
Instance Attribute Details
#channel_exclusivity ⇒ String
Value of the availability.
Corresponds to the JSON property channelExclusivity
9469 9470 9471 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9469 def channel_exclusivity @channel_exclusivity end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9476 9477 9478 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9476 def update!(**args) @channel_exclusivity = args[:channel_exclusivity] if args.key?(:channel_exclusivity) end |