Method: Athenian::User.openapi_types

Defined in:
lib/athenian/models/user.rb

.openapi_typesObject

Attribute type mapping.



64
65
66
67
68
69
70
71
72
73
74
75
76
# File 'lib/athenian/models/user.rb', line 64

def self.openapi_types
  {
    :'accounts' => :'Hash<String, AccountStatus>',
    :'email' => :'String',
    :'id' => :'String',
    :'impersonated_by' => :'String',
    :'login' => :'String',
    :'native_id' => :'String',
    :'name' => :'String',
    :'picture' => :'String',
    :'updated' => :'Time'
  }
end