Class: Orb::Models::SubscriptionLicenseBalanceThresholdReachedWebhookEvent
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Orb::Models::SubscriptionLicenseBalanceThresholdReachedWebhookEvent
- Defined in:
- lib/orb/models/subscription_license_balance_threshold_reached_webhook_event.rb,
sig/orb/models/subscription_license_balance_threshold_reached_webhook_event.rbs
Defined Under Namespace
Modules: Type Classes: Properties, Subscription
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time at which this event was created, to the second.
-
#id ⇒ String
The ID of this webhook event.
-
#properties ⇒ Orb::Models::SubscriptionLicenseBalanceThresholdReachedWebhookEvent::Properties
Every license that crossed a threshold for one alert, batched into a single message.
-
#subscription ⇒ Orb::Models::SubscriptionLicenseBalanceThresholdReachedWebhookEvent::Subscription
A lightweight subscription representation for webhook payloads.
-
#type ⇒ Symbol, Orb::Models::SubscriptionLicenseBalanceThresholdReachedWebhookEvent::Type
The event this payload describes.
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(external_license_id:, license_type_id:, threshold_percentage:) ⇒ 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(external_license_id:, license_type_id:, threshold_percentage:) ⇒ Object
|
|
# File 'lib/orb/models/subscription_license_balance_threshold_reached_webhook_event.rb', line 40
|
Instance Attribute Details
#created_at ⇒ Time
The time at which this event was created, to the second.
16 |
# File 'lib/orb/models/subscription_license_balance_threshold_reached_webhook_event.rb', line 16 required :created_at, Time |
#id ⇒ String
The ID of this webhook event.
10 |
# File 'lib/orb/models/subscription_license_balance_threshold_reached_webhook_event.rb', line 10 required :id, String |
#properties ⇒ Orb::Models::SubscriptionLicenseBalanceThresholdReachedWebhookEvent::Properties
Every license that crossed a threshold for one alert, batched into a single message. For account-wide alerts the licenses may span several license types.
23 |
# File 'lib/orb/models/subscription_license_balance_threshold_reached_webhook_event.rb', line 23 required :properties, -> { Orb::SubscriptionLicenseBalanceThresholdReachedWebhookEvent::Properties } |
#subscription ⇒ Orb::Models::SubscriptionLicenseBalanceThresholdReachedWebhookEvent::Subscription
A lightweight subscription representation for webhook payloads.
This avoids the expensive to_subscription_params() call required for full serialization.
32 |
# File 'lib/orb/models/subscription_license_balance_threshold_reached_webhook_event.rb', line 32 required :subscription, -> { Orb::SubscriptionLicenseBalanceThresholdReachedWebhookEvent::Subscription } |
#type ⇒ Symbol, Orb::Models::SubscriptionLicenseBalanceThresholdReachedWebhookEvent::Type
The event this payload describes.
38 |
# File 'lib/orb/models/subscription_license_balance_threshold_reached_webhook_event.rb', line 38 required :type, enum: -> { Orb::SubscriptionLicenseBalanceThresholdReachedWebhookEvent::Type } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/orb/models/subscription_license_balance_threshold_reached_webhook_event.rb', line 634
|
Instance Method Details
#to_hash ⇒ {
31 |
# File 'sig/orb/models/subscription_license_balance_threshold_reached_webhook_event.rbs', line 31
def to_hash: -> {
|