Class: Anthropic::Models::Beta::BetaWebhookSessionIdledEventData
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/anthropic/models/beta/beta_webhook_session_idled_event_data.rb,
sig/anthropic/models/beta/beta_webhook_session_idled_event_data.rbs
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 ⇒ Object
23
|
# File 'sig/anthropic/models/beta/beta_webhook_session_idled_event_data.rbs', line 23
def initialize: (
|
Instance Attribute Details
#id ⇒ String
ID of the session that triggered the event.
11
|
# File 'lib/anthropic/models/beta/beta_webhook_session_idled_event_data.rb', line 11
required :id, String
|
#organization_id ⇒ String
16
|
# File 'lib/anthropic/models/beta/beta_webhook_session_idled_event_data.rb', line 16
required :organization_id, String
|
#type ⇒ Symbol, :"session.idled"
21
|
# File 'lib/anthropic/models/beta/beta_webhook_session_idled_event_data.rb', line 21
required :type, const: :"session.idled"
|
#workspace_id ⇒ String
26
|
# File 'lib/anthropic/models/beta/beta_webhook_session_idled_event_data.rb', line 26
required :workspace_id, String
|
Instance Method Details
#to_hash ⇒ {
30
|
# File 'sig/anthropic/models/beta/beta_webhook_session_idled_event_data.rbs', line 30
def to_hash: -> {
|