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