Method: Plaid::DashboardUser.openapi_types
- Defined in:
- lib/plaid/models/dashboard_user.rb
.openapi_types ⇒ Object
Attribute type mapping.
68 69 70 71 72 73 74 75 |
# File 'lib/plaid/models/dashboard_user.rb', line 68 def self.openapi_types { :'id' => :'String', :'created_at' => :'Time', :'email_address' => :'String', :'status' => :'DashboardUserStatus' } end |