Class: Turbopuffer::Models::QueryBilling
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Turbopuffer::Models::QueryBilling
- Defined in:
- lib/turbopuffer/models/query_billing.rb
Instance Attribute Summary collapse
-
#billable_logical_bytes_queried ⇒ Integer
The number of billable logical bytes queried from the namespace.
-
#billable_logical_bytes_returned ⇒ Integer
The number of billable logical bytes returned from the query.
Instance Method Summary collapse
-
#initialize(billable_logical_bytes_queried: , billable_logical_bytes_returned: ) ⇒ Object
constructor
The billing information for a query.
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(billable_logical_bytes_queried: , billable_logical_bytes_returned: ) ⇒ Object
The billing information for a query.
|
|
# File 'lib/turbopuffer/models/query_billing.rb', line 18
|
Instance Attribute Details
#billable_logical_bytes_queried ⇒ Integer
The number of billable logical bytes queried from the namespace.
10 |
# File 'lib/turbopuffer/models/query_billing.rb', line 10 required :billable_logical_bytes_queried, Integer |
#billable_logical_bytes_returned ⇒ Integer
The number of billable logical bytes returned from the query.
16 |
# File 'lib/turbopuffer/models/query_billing.rb', line 16 required :billable_logical_bytes_returned, Integer |