Method: TripletexApi::ProjectParticipant.attribute_map

Defined in:
lib/tripletex_api/models/project_participant.rb

.attribute_mapObject

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



34
35
36
37
38
39
40
41
42
43
44
# File 'lib/tripletex_api/models/project_participant.rb', line 34

def self.attribute_map
  {
    :'id' => :'id',
    :'version' => :'version',
    :'changes' => :'changes',
    :'url' => :'url',
    :'project' => :'project',
    :'employee' => :'employee',
    :'admin_access' => :'adminAccess'
  }
end