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.
9403 9404 9405 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9403 def initialize(**args) update!(**args) end |
Instance Attribute Details
#channel_exclusivity ⇒ String
Value of the availability.
Corresponds to the JSON property channelExclusivity
9401 9402 9403 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9401 def channel_exclusivity @channel_exclusivity end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9408 9409 9410 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9408 def update!(**args) @channel_exclusivity = args[:channel_exclusivity] if args.key?(:channel_exclusivity) end |