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.



9471
9472
9473
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9471

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#channel_exclusivityString

Value of the availability. Corresponds to the JSON property channelExclusivity

Returns:

  • (String)


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