Class: Orb::Models::Licenses::UsageGetUsageResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Orb::Models::Licenses::UsageGetUsageResponse
- Defined in:
- lib/orb/models/licenses/usage_get_usage_response.rb,
sig/orb/models/licenses/usage_get_usage_response.rbs
Overview
Defined Under Namespace
Classes: Data
Instance Attribute Summary collapse
- #data ⇒ Array<Orb::Models::Licenses::UsageGetUsageResponse::Data>
- #pagination_metadata ⇒ Orb::Models::PaginationMetadata
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
15 |
# File 'sig/orb/models/licenses/usage_get_usage_response.rbs', line 15
def initialize: (
|
Instance Attribute Details
#data ⇒ Array<Orb::Models::Licenses::UsageGetUsageResponse::Data>
11 |
# File 'lib/orb/models/licenses/usage_get_usage_response.rb', line 11 required :data, -> { Orb::Internal::Type::ArrayOf[Orb::Models::Licenses::UsageGetUsageResponse::Data] } |
#pagination_metadata ⇒ Orb::Models::PaginationMetadata
16 |
# File 'lib/orb/models/licenses/usage_get_usage_response.rb', line 16 required :pagination_metadata, -> { Orb::PaginationMetadata } |
Instance Method Details
#to_hash ⇒ {
20 |
# File 'sig/orb/models/licenses/usage_get_usage_response.rbs', line 20
def to_hash: -> {
|