Class: Stripe::Events::V2CoreHealthMeterEventSummariesDelayedResolvedEventNotification

Inherits:
V2::Core::EventNotification show all
Defined in:
lib/stripe/events/v2_core_health_meter_event_summaries_delayed_resolved_event.rb

Overview

Occurs when a meter event summaries delayed 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

#fetch_event, #initialize

Constructor Details

This class inherits a constructor from Stripe::V2::Core::EventNotification

Class Method Details

.lookup_typeObject



55
56
57
# File 'lib/stripe/events/v2_core_health_meter_event_summaries_delayed_resolved_event.rb', line 55

def self.lookup_type
  "v2.core.health.meter_event_summaries_delayed.resolved"
end