Class: Cadenya::Models::UnsafeUnwrapWebhookEvent::Data::ObjectiveEvent
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Cadenya::Models::UnsafeUnwrapWebhookEvent::Data::ObjectiveEvent
- Defined in:
- lib/cadenya/models/unsafe_unwrap_webhook_event.rb
Overview
Instance Attribute Summary collapse
- #context_window_id ⇒ String?
- #data ⇒ Cadenya::Models::ObjectiveEventData
- #info ⇒ Cadenya::Models::ObjectiveEventInfo?
-
#metadata ⇒ Cadenya::Models::OperationMetadata
Metadata for ephemeral operations and activities (e.g., objectives, executions, runs).
Instance Method Summary collapse
-
#initialize(data:, metadata:, context_window_id: nil, info: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see ObjectiveEvent for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(data:, metadata:, context_window_id: nil, info: nil) ⇒ Object
Some parameter documentations has been truncated, see Cadenya::Models::UnsafeUnwrapWebhookEvent::Data::ObjectiveEvent for more details.
|
|
# File 'lib/cadenya/models/unsafe_unwrap_webhook_event.rb', line 105
|
Instance Attribute Details
#context_window_id ⇒ String?
98 |
# File 'lib/cadenya/models/unsafe_unwrap_webhook_event.rb', line 98 optional :context_window_id, String, api_name: :contextWindowId |
#data ⇒ Cadenya::Models::ObjectiveEventData
86 |
# File 'lib/cadenya/models/unsafe_unwrap_webhook_event.rb', line 86 required :data, -> { Cadenya::ObjectiveEventData } |
#info ⇒ Cadenya::Models::ObjectiveEventInfo?
103 |
# File 'lib/cadenya/models/unsafe_unwrap_webhook_event.rb', line 103 optional :info, -> { Cadenya::ObjectiveEventInfo } |
#metadata ⇒ Cadenya::Models::OperationMetadata
Metadata for ephemeral operations and activities (e.g., objectives, executions, runs)
93 |
# File 'lib/cadenya/models/unsafe_unwrap_webhook_event.rb', line 93 required :metadata, -> { Cadenya::OperationMetadata } |