lib/fastly/models/service_create.rb in fastly-4.0.0.alpha4 vs lib/fastly/models/service_create.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 # The type of this service. attr_accessor :type @@ -73,10 +74,9 @@ # List of attributes with nullable: true def self.fastly_nullable Set.new([ :'comment', - :'customer_id', ]) end # List of class defined in allOf (OpenAPI v3) def self.fastly_all_of