Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonProductChannelExclusivityInfo

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

Availability of a product offer.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_exclusivityString

Value of the availability. Corresponds to the JSON property channelExclusivity

Returns:

  • (String)


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