Class: Cerca::Models::RuntimeWebhookEvent::ConnectionAttachedWebhookEvent
Defined Under Namespace
Classes: Data
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(id:, agent_id:, data:, fleet_id:, org_id:, thread_id:, timestamp:, event: :"connection.attached") ⇒ Object
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1726
|
Instance Attribute Details
#agent_id ⇒ String
1694
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1694
required :agent_id, String, api_name: :agentId
|
1699
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1699
required :data, -> { Cerca::RuntimeWebhookEvent::ConnectionAttachedWebhookEvent::Data }
|
#event ⇒ Symbol, :"connection.attached"
1704
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1704
required :event, const: :"connection.attached"
|
#fleet_id ⇒ String
1709
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1709
required :fleet_id, String, api_name: :fleetId
|
#id ⇒ String
1689
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1689
required :id, String
|
#org_id ⇒ String
1714
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1714
required :org_id, String, api_name: :orgId
|
#thread_id ⇒ String?
1719
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1719
required :thread_id, String, api_name: :threadId, nil?: true
|
#timestamp ⇒ String
1724
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1724
required :timestamp, String
|