Class: Telnyx::Models::Storage::Buckets::UsageGetAPIUsageResponse::Data::Total
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Storage::Buckets::UsageGetAPIUsageResponse::Data::Total
- Defined in:
- lib/telnyx/models/storage/buckets/usage_get_api_usage_response.rb
Overview
Instance Attribute Summary collapse
-
#bytes_received ⇒ Integer?
The number of bytes received.
-
#bytes_sent ⇒ Integer?
The number of bytes sent.
-
#ops ⇒ Integer?
The number of operations.
-
#successful_ops ⇒ Integer?
The number of successful operations.
Instance Method Summary collapse
- #initialize(bytes_received: nil, bytes_sent: nil, ops: nil, successful_ops: nil) ⇒ Object constructor
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(bytes_received: nil, bytes_sent: nil, ops: nil, successful_ops: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/storage/buckets/usage_get_api_usage_response.rb', line 134
|
Instance Attribute Details
#bytes_received ⇒ Integer?
The number of bytes received
114 |
# File 'lib/telnyx/models/storage/buckets/usage_get_api_usage_response.rb', line 114 optional :bytes_received, Integer |
#bytes_sent ⇒ Integer?
The number of bytes sent
120 |
# File 'lib/telnyx/models/storage/buckets/usage_get_api_usage_response.rb', line 120 optional :bytes_sent, Integer |
#ops ⇒ Integer?
The number of operations
126 |
# File 'lib/telnyx/models/storage/buckets/usage_get_api_usage_response.rb', line 126 optional :ops, Integer |
#successful_ops ⇒ Integer?
The number of successful operations
132 |
# File 'lib/telnyx/models/storage/buckets/usage_get_api_usage_response.rb', line 132 optional :successful_ops, Integer |