Method: FeratelCheckApiClient::ServiceUsage.attribute_map

Defined in:
lib/feratel-check-api-client/models/service_usage.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'lib/feratel-check-api-client/models/service_usage.rb', line 61

def self.attribute_map
  {
    :'auto_exit' => :'autoExit',
    :'auto_exit_interval' => :'autoExitInterval',
    :'count_n' => :'countN',
    :'count_m' => :'countM',
    :'double_use_timeout' => :'doubleUseTimeout',
    :'from_date' => :'fromDate',
    :'not_usable_on_first_or_last_day' => :'notUsableOnFirstOrLastDay',
    :'to_date' => :'toDate',
    :'type' => :'type',
    :'week' => :'week'
  }
end