Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonProductLabelsInfo

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

Labels of a product offer. This listing dimension is deprecated and it is supported only in Display campaigns.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonProductLabelsInfo

Returns a new instance of GoogleAdsSearchads360V23CommonProductLabelsInfo.



9593
9594
9595
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9593

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

Instance Attribute Details

#valueString

String value of the product labels. Corresponds to the JSON property value

Returns:

  • (String)


9591
9592
9593
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9591

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9598
9599
9600
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9598

def update!(**args)
  @value = args[:value] if args.key?(:value)
end