generated/google/apis/manufacturers_v1/classes.rb in google-api-client-0.37.2 vs generated/google/apis/manufacturers_v1/classes.rb in google-api-client-0.37.3
- old
+ new
@@ -179,10 +179,16 @@
# https://support.google.com/manufacturers/answer/6124116#release.
# Corresponds to the JSON property `releaseDate`
# @return [String]
attr_accessor :release_date
+ # Rich product content. For more information, see
+ # https://support.google.com/manufacturers/answer/9389865
+ # Corresponds to the JSON property `richContent`
+ # @return [Array<String>]
+ attr_accessor :rich_content
+
# The scent of the product. For more information, see
# https://support.google.com/manufacturers/answer/6124116#scent.
# Corresponds to the JSON property `scent`
# @return [String]
attr_accessor :scent
@@ -264,9 +270,10 @@
@product_line = args[:product_line] if args.key?(:product_line)
@product_name = args[:product_name] if args.key?(:product_name)
@product_page_url = args[:product_page_url] if args.key?(:product_page_url)
@product_type = args[:product_type] if args.key?(:product_type)
@release_date = args[:release_date] if args.key?(:release_date)
+ @rich_content = args[:rich_content] if args.key?(:rich_content)
@scent = args[:scent] if args.key?(:scent)
@size = args[:size] if args.key?(:size)
@size_system = args[:size_system] if args.key?(:size_system)
@size_type = args[:size_type] if args.key?(:size_type)
@suggested_retail_price = args[:suggested_retail_price] if args.key?(:suggested_retail_price)