Class: Orb::Models::EventUnmatchedEventWebhookEvent::Properties::Event
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/orb/models/event_unmatched_event_webhook_event.rb,
sig/orb/models/event_unmatched_event_webhook_event.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
71
|
# File 'sig/orb/models/event_unmatched_event_webhook_event.rbs', line 71
def initialize: (
|
Instance Attribute Details
#customer_id ⇒ String?
55
|
# File 'lib/orb/models/event_unmatched_event_webhook_event.rb', line 55
required :customer_id, String, nil?: true
|
#event_name ⇒ String
60
|
# File 'lib/orb/models/event_unmatched_event_webhook_event.rb', line 60
required :event_name, String
|
#external_customer_id ⇒ String?
65
|
# File 'lib/orb/models/event_unmatched_event_webhook_event.rb', line 65
required :external_customer_id, String, nil?: true
|
#idempotency_key ⇒ String
70
|
# File 'lib/orb/models/event_unmatched_event_webhook_event.rb', line 70
required :idempotency_key, String
|
#properties ⇒ Hash{Symbol=>Object}
75
|
# File 'lib/orb/models/event_unmatched_event_webhook_event.rb', line 75
required :properties, Orb::Internal::Type::HashOf[Orb::Internal::Type::Unknown]
|
#timestamp ⇒ Time
80
|
# File 'lib/orb/models/event_unmatched_event_webhook_event.rb', line 80
required :timestamp, Time
|
Instance Method Details
#to_hash ⇒ {
80
|
# File 'sig/orb/models/event_unmatched_event_webhook_event.rbs', line 80
def to_hash: -> {
|