Method: ArtikCloud::User.attribute_map
- Defined in:
- lib/artikcloud/models/user.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/artikcloud/models/user.rb', line 33 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'email' => :'email', :'full_name' => :'fullName', :'sa_identity' => :'saIdentity', :'created_on' => :'createdOn', :'modified_on' => :'modifiedOn' } end |