Method: Falcon::MlscannerapiQuota.openapi_types
- Defined in:
- lib/crimson-falcon/models/mlscannerapi_quota.rb
.openapi_types ⇒ Object
Attribute type mapping.
56 57 58 59 60 61 62 |
# File 'lib/crimson-falcon/models/mlscannerapi_quota.rb', line 56 def self.openapi_types { :'in_progress' => :'Integer', :'total' => :'Integer', :'used' => :'Integer' } end |