Class: Cerca::Models::RuntimeWebhookEvent::AgentUpdatedWebhookEvent
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.updated") ⇒ Object
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 227
|
Instance Attribute Details
#agent_id ⇒ String
195
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 195
required :agent_id, String, api_name: :agentId
|
200
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 200
required :data, -> { Cerca::RuntimeWebhookEvent::AgentUpdatedWebhookEvent::Data }
|
#event ⇒ Symbol, :"agent.updated"
205
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 205
required :event, const: :"agent.updated"
|
#fleet_id ⇒ String
210
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 210
required :fleet_id, String, api_name: :fleetId
|
#id ⇒ String
190
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 190
required :id, String
|
#org_id ⇒ String
215
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 215
required :org_id, String, api_name: :orgId
|
#thread_id ⇒ String?
220
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 220
required :thread_id, String, api_name: :threadId, nil?: true
|
#timestamp ⇒ String
225
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 225
required :timestamp, String
|