Class: Anthropic::Models::Beta::BetaManagedAgentsScheduleTriggerContext
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::BetaManagedAgentsScheduleTriggerContext
- Defined in:
- lib/anthropic/models/beta/beta_managed_agents_schedule_trigger_context.rb
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#scheduled_at ⇒ Time
A timestamp in RFC 3339 format.
- #type ⇒ Symbol, Anthropic::Models::Beta::BetaManagedAgentsScheduleTriggerContext::Type
Instance Method Summary collapse
-
#initialize(scheduled_at:, type:) ⇒ Object
constructor
The run was fired by the deployment’s cron schedule.
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(scheduled_at:, type:) ⇒ Object
The run was fired by the deployment’s cron schedule.
|
|
# File 'lib/anthropic/models/beta/beta_managed_agents_schedule_trigger_context.rb', line 18
|
Instance Attribute Details
#scheduled_at ⇒ Time
A timestamp in RFC 3339 format
11 |
# File 'lib/anthropic/models/beta/beta_managed_agents_schedule_trigger_context.rb', line 11 required :scheduled_at, Time |
#type ⇒ Symbol, Anthropic::Models::Beta::BetaManagedAgentsScheduleTriggerContext::Type
16 |
# File 'lib/anthropic/models/beta/beta_managed_agents_schedule_trigger_context.rb', line 16 required :type, enum: -> { Anthropic::Beta::BetaManagedAgentsScheduleTriggerContext::Type } |