Class: Stripe::Events::V2IamApiKeyRotatedEventNotification

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

Overview

Occurs when an API Key is rotated.

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



33
34
35
# File 'lib/stripe/events/v2_iam_api_key_rotated_event.rb', line 33

def self.lookup_type
  "v2.iam.api_key.rotated"
end