Method: EmassClient::RoleCategory.openapi_nullable

Defined in:
lib/emass_client/models/role_category.rb

.openapi_nullableObject

List of attributes with nullable: true



55
56
57
58
59
60
61
# File 'lib/emass_client/models/role_category.rb', line 55

def self.openapi_nullable
  Set.new([
    :'system_name',
    :'system_acronym',
    :'roles'
  ])
end