generated/google/apis/content_v2/classes.rb in google-api-client-0.30.1 vs generated/google/apis/content_v2/classes.rb in google-api-client-0.30.2

- old
+ new

@@ -10741,10 +10741,15 @@ # The two-letter ISO 639-1 language code for the item. # Corresponds to the JSON property `contentLanguage` # @return [String] attr_accessor :content_language + # Fees for the item. Optional. + # Corresponds to the JSON property `fees` + # @return [Array<Google::Apis::ContentV2::OrderLineItemProductFee>] + attr_accessor :fees + # Global Trade Item Number (GTIN) of the item. Optional. # Corresponds to the JSON property `gtin` # @return [String] attr_accessor :gtin @@ -10797,9 +10802,10 @@ def update!(**args) @brand = args[:brand] if args.key?(:brand) @channel = args[:channel] if args.key?(:channel) @condition = args[:condition] if args.key?(:condition) @content_language = args[:content_language] if args.key?(:content_language) + @fees = args[:fees] if args.key?(:fees) @gtin = args[:gtin] if args.key?(:gtin) @image_link = args[:image_link] if args.key?(:image_link) @item_group_id = args[:item_group_id] if args.key?(:item_group_id) @mpn = args[:mpn] if args.key?(:mpn) @offer_id = args[:offer_id] if args.key?(:offer_id)