Class: Cerca::Models::RuntimeWebhookEvent::ApprovalGrantedWebhookEvent::Data
Overview
Defined Under Namespace
Modules: Scope
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(grant_id:, scope:, tool_name:, thread_id: nil) ⇒ Object
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1453
|
Instance Attribute Details
#grant_id ⇒ String
1436
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1436
required :grant_id, String, api_name: :grantId
|
1441
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1441
required :scope, enum: -> { Cerca::RuntimeWebhookEvent::ApprovalGrantedWebhookEvent::Data::Scope }
|
#thread_id ⇒ String?
1451
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1451
optional :thread_id, String, api_name: :threadId
|
1446
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1446
required :tool_name, String, api_name: :toolName
|