lib/fastly/models/service.rb in fastly-4.0.0.alpha4 vs lib/fastly/models/service.rb in fastly-4.0.0

- old
+ new

@@ -17,10 +17,11 @@ attr_accessor :comment # The name of the service. attr_accessor :name + # Alphanumeric string identifying the customer. attr_accessor :customer_id # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map { @@ -46,10 +47,9 @@ # List of attributes with nullable: true def self.fastly_nullable Set.new([ :'comment', - :'customer_id' ]) end # Initializes the object # @param [Hash] attributes Model attributes in the form of hash