Class: Stigg::Models::V1::Addons::EntitlementListResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Stigg::Models::V1::Addons::EntitlementListResponse
- Defined in:
- lib/stigg/models/v1/addons/entitlement_list_response.rb
Overview
Defined Under Namespace
Modules: Data Classes: Pagination
Instance Attribute Summary collapse
- #data ⇒ Array<Stigg::Models::V1::Addons::EntitlementListResponse::Data::Feature, Stigg::Models::V1::Addons::EntitlementListResponse::Data::Credit>
-
#pagination ⇒ Stigg::Models::V1::Addons::EntitlementListResponse::Pagination
Pagination metadata including cursors for navigating through results.
Class Method Summary collapse
- .values ⇒ Array<Symbol>
- .variants ⇒ Array(Stigg::Models::V1::Addons::EntitlementListResponse::Data::Feature, Stigg::Models::V1::Addons::EntitlementListResponse::Data::Credit)
Instance Method Summary collapse
-
#initialize(data:, pagination:) ⇒ Object
constructor
Response list object.
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(data:, pagination:) ⇒ Object
Response list object
|
|
# File 'lib/stigg/models/v1/addons/entitlement_list_response.rb', line 21
|
Instance Attribute Details
#data ⇒ Array<Stigg::Models::V1::Addons::EntitlementListResponse::Data::Feature, Stigg::Models::V1::Addons::EntitlementListResponse::Data::Credit>
12 13 |
# File 'lib/stigg/models/v1/addons/entitlement_list_response.rb', line 12 required :data, -> { Stigg::Internal::Type::ArrayOf[union: Stigg::Models::V1::Addons::EntitlementListResponse::Data] } |
#pagination ⇒ Stigg::Models::V1::Addons::EntitlementListResponse::Pagination
Pagination metadata including cursors for navigating through results
19 |
# File 'lib/stigg/models/v1/addons/entitlement_list_response.rb', line 19 required :pagination, -> { Stigg::Models::V1::Addons::EntitlementListResponse::Pagination } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/stigg/models/v1/addons/entitlement_list_response.rb', line 501
|
.variants ⇒ Array(Stigg::Models::V1::Addons::EntitlementListResponse::Data::Feature, Stigg::Models::V1::Addons::EntitlementListResponse::Data::Credit)
|
|
# File 'lib/stigg/models/v1/addons/entitlement_list_response.rb', line 506
|