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

- old
+ new

@@ -97,21 +97,24 @@ 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 # List of class defined in allOf (OpenAPI v3) def self.fastly_all_of [ + :'SchemasUserResponseReadOnly', :'Timestamps', - :'User', - :'UserResponseAllOf' + :'User' ] end # Initializes the object # @param [Hash] attributes Model attributes in the form of hash