Class: Stripe::Events::V2CoreHealthTrafficVolumeDropResolvedEventNotification
- Inherits:
-
V2::Core::EventNotification
- Object
- V2::Core::EventNotification
- Stripe::Events::V2CoreHealthTrafficVolumeDropResolvedEventNotification
- Defined in:
- lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb
Overview
Occurs when a traffic volume drop alert is resolved.
Instance Attribute Summary
Attributes inherited from V2::Core::EventNotification
#context, #created, #id, #livemode, #reason, #type
Class Method Summary collapse
Methods inherited from V2::Core::EventNotification
Constructor Details
This class inherits a constructor from Stripe::V2::Core::EventNotification
Class Method Details
.lookup_type ⇒ Object
57 58 59 |
# File 'lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb', line 57 def self.lookup_type "v2.core.health.traffic_volume_drop.resolved" end |