generated/google/apis/reseller_v1/classes.rb in google-api-client-0.9.2 vs generated/google/apis/reseller_v1/classes.rb in google-api-client-0.9.3

- old
+ new

@@ -274,10 +274,15 @@ # Creation time of this subscription in milliseconds since Unix epoch. # Corresponds to the JSON property `creationTime` # @return [String] attr_accessor :creation_time + # Primary domain name of the customer + # Corresponds to the JSON property `customerDomain` + # @return [String] + attr_accessor :customer_domain + # The id of the customer to whom the subscription belongs. # Corresponds to the JSON property `customerId` # @return [String] attr_accessor :customer_id @@ -358,9 +363,10 @@ # Update properties of this object def update!(**args) @billing_method = args[:billing_method] if args.key?(:billing_method) @creation_time = args[:creation_time] if args.key?(:creation_time) + @customer_domain = args[:customer_domain] if args.key?(:customer_domain) @customer_id = args[:customer_id] if args.key?(:customer_id) @kind = args[:kind] if args.key?(:kind) @plan = args[:plan] if args.key?(:plan) @purchase_order_id = args[:purchase_order_id] if args.key?(:purchase_order_id) @renewal_settings = args[:renewal_settings] if args.key?(:renewal_settings)