Class: Cerca::Models::RuntimeWebhookEvent::AgentCreatedWebhookEvent
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: :"agent.created") ⇒ Object
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 91
|
Instance Attribute Details
#agent_id ⇒ String
59
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 59
required :agent_id, String, api_name: :agentId
|
64
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 64
required :data, -> { Cerca::RuntimeWebhookEvent::AgentCreatedWebhookEvent::Data }
|
#event ⇒ Symbol, :"agent.created"
69
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 69
required :event, const: :"agent.created"
|
#fleet_id ⇒ String
74
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 74
required :fleet_id, String, api_name: :fleetId
|
#id ⇒ String
54
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 54
required :id, String
|
#org_id ⇒ String
79
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 79
required :org_id, String, api_name: :orgId
|
#thread_id ⇒ String?
84
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 84
required :thread_id, String, api_name: :threadId, nil?: true
|
#timestamp ⇒ String
89
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 89
required :timestamp, String
|