Method: EmassClient::Roles.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



27
28
29
30
31
32
33
# File 'lib/emass_client/models/roles.rb', line 27

def self.attribute_map
  {
    :'role_category' => :'roleCategory',
    :'role' => :'role',
    :'users' => :'users'
  }
end