Class: Vatsense::Models::UsageRetrieveResponse::Data::Requests
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Vatsense::Models::UsageRetrieveResponse::Data::Requests
- Defined in:
- lib/vatsense/models/usage_retrieve_response.rb
Overview
Instance Attribute Summary collapse
-
#remaining ⇒ Integer?
Requests remaining before the limit is reached.
-
#total ⇒ Integer?
Total requests allowed on your plan.
-
#used ⇒ Integer?
Requests used in the last 30 days.
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(remaining: nil, total: nil, used: nil) ⇒ Object
|
|
# File 'lib/vatsense/models/usage_retrieve_response.rb', line 57
|
Instance Attribute Details
#remaining ⇒ Integer?
Requests remaining before the limit is reached.
43 |
# File 'lib/vatsense/models/usage_retrieve_response.rb', line 43 optional :remaining, Integer |
#total ⇒ Integer?
Total requests allowed on your plan.
49 |
# File 'lib/vatsense/models/usage_retrieve_response.rb', line 49 optional :total, Integer |
#used ⇒ Integer?
Requests used in the last 30 days.
55 |
# File 'lib/vatsense/models/usage_retrieve_response.rb', line 55 optional :used, Integer |