lib/fastly/models/user_response.rb in fastly-6.0.0 vs lib/fastly/models/user_response.rb in fastly-6.0.1

- old
+ new

@@ -97,10 +97,13 @@ end # List of attributes with nullable: true def self.fastly_nullable Set.new([ + :'locked', + :'require_new_password', + :'two_factor_auth_enabled', :'created_at', :'deleted_at', :'updated_at', ]) end @@ -108,10 +111,10 @@ # List of class defined in allOf (OpenAPI v3) def self.fastly_all_of [ :'Timestamps', :'User', - :'UserResponseAllOf' + :'UserResponseReadOnly' ] end # Initializes the object # @param [Hash] attributes Model attributes in the form of hash