Class: Cerca::Models::RuntimeWebhookEvent::ScheduleDeletedWebhookEvent
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: :"schedule.deleted") ⇒ Object
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1594
|
Instance Attribute Details
#agent_id ⇒ String
1562
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1562
required :agent_id, String, api_name: :agentId
|
1567
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1567
required :data, -> { Cerca::RuntimeWebhookEvent::ScheduleDeletedWebhookEvent::Data }
|
#event ⇒ Symbol, :"schedule.deleted"
1572
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1572
required :event, const: :"schedule.deleted"
|
#fleet_id ⇒ String
1577
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1577
required :fleet_id, String, api_name: :fleetId
|
#id ⇒ String
1557
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1557
required :id, String
|
#org_id ⇒ String
1582
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1582
required :org_id, String, api_name: :orgId
|
#thread_id ⇒ String?
1587
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1587
required :thread_id, String, api_name: :threadId, nil?: true
|
#timestamp ⇒ String
1592
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1592
required :timestamp, String
|