generated/google/apis/manufacturers_v1/classes.rb in google-api-client-0.37.3 vs generated/google/apis/manufacturers_v1/classes.rb in google-api-client-0.38.0

- old
+ new

@@ -181,13 +181,13 @@ # @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` + # Corresponds to the JSON property `richProductContent` # @return [Array<String>] - attr_accessor :rich_content + attr_accessor :rich_product_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] @@ -270,10 +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) + @rich_product_content = args[:rich_product_content] if args.key?(:rich_product_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)