Class: Cerca::Models::ThreadStreamEvent::ThreadStreamApprovalRequestedMessage
Defined Under Namespace
Classes: Approval
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(approval:, event_seq:, turn_id:, type: :"approval/requested") ⇒ Object
|
# File 'lib/cerca/models/thread_stream_event.rb', line 700
|
Instance Attribute Details
683
|
# File 'lib/cerca/models/thread_stream_event.rb', line 683
required :approval, -> { Cerca::ThreadStreamEvent::ThreadStreamApprovalRequestedMessage::Approval }
|
#event_seq ⇒ Float
688
|
# File 'lib/cerca/models/thread_stream_event.rb', line 688
required :event_seq, Float, api_name: :eventSeq
|
#turn_id ⇒ String
693
|
# File 'lib/cerca/models/thread_stream_event.rb', line 693
required :turn_id, String, api_name: :turnId
|
#type ⇒ Symbol, :"approval/requested"
698
|
# File 'lib/cerca/models/thread_stream_event.rb', line 698
required :type, const: :"approval/requested"
|