Method: TogaiClient::UsageConfig#mode
- Defined in:
- lib/togai_client/models/usage_config.rb
#mode ⇒ Object
Mode to get the usage for the usage meters - CUSTOM: Use the usages provided in the request - LOOKUP_RANGE: Use the usage of a given account for the specified range - LOOKUP_CYCLE: Use the usage of a given account for the specified cycle
20 21 22 |
# File 'lib/togai_client/models/usage_config.rb', line 20 def mode @mode end |