Method: FeratelCheckApiClient::ServiceUsage.openapi_types
- Defined in:
- lib/feratel-check-api-client/models/service_usage.rb
.openapi_types ⇒ Object
Attribute type mapping.
82 83 84 85 86 87 88 89 90 91 92 93 94 95 |
# File 'lib/feratel-check-api-client/models/service_usage.rb', line 82 def self.openapi_types { :'auto_exit' => :'String', :'auto_exit_interval' => :'Integer', :'count_n' => :'Integer', :'count_m' => :'Integer', :'double_use_timeout' => :'Integer', :'from_date' => :'String', :'not_usable_on_first_or_last_day' => :'Boolean', :'to_date' => :'String', :'type' => :'ServiceUsageType', :'week' => :'Week' } end |