Class: Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement::UnionObjectVariant0::Feature
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement::UnionObjectVariant0::Feature
- Defined in:
- lib/stigg/models/v1/subscription_provision_response.rb
Overview
Defined Under Namespace
Modules: FeatureStatus, FeatureType
Instance Attribute Summary collapse
-
#display_name ⇒ String
The human-readable name of the entitlement, shown in UI elements.
-
#feature_status ⇒ Symbol, Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement::UnionObjectVariant0::Feature::FeatureStatus
The current status of the feature.
-
#feature_type ⇒ Symbol, Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement::UnionObjectVariant0::Feature::FeatureType
The type of feature associated with the entitlement.
-
#id ⇒ String
The unique reference ID of the entitlement.
Class Method Summary collapse
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(id:, display_name:, feature_status:, feature_type:) ⇒ Object
|
|
# File 'lib/stigg/models/v1/subscription_provision_response.rb', line 266
|
Instance Attribute Details
#display_name ⇒ String
The human-readable name of the entitlement, shown in UI elements.
248 |
# File 'lib/stigg/models/v1/subscription_provision_response.rb', line 248 required :display_name, String, api_name: :displayName |
#feature_status ⇒ Symbol, Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement::UnionObjectVariant0::Feature::FeatureStatus
The current status of the feature.
254 255 256 |
# File 'lib/stigg/models/v1/subscription_provision_response.rb', line 254 required :feature_status, enum: -> { Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement::UnionObjectVariant0::Feature::FeatureStatus }, api_name: :featureStatus |
#feature_type ⇒ Symbol, Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement::UnionObjectVariant0::Feature::FeatureType
The type of feature associated with the entitlement.
262 263 264 |
# File 'lib/stigg/models/v1/subscription_provision_response.rb', line 262 required :feature_type, enum: -> { Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement::UnionObjectVariant0::Feature::FeatureType }, api_name: :featureType |
#id ⇒ String
The unique reference ID of the entitlement.
242 |
# File 'lib/stigg/models/v1/subscription_provision_response.rb', line 242 required :id, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/stigg/models/v1/subscription_provision_response.rb', line 285
|