Class: Anthropic::Models::Beta::SkillDeleteResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::SkillDeleteResponse
- Defined in:
- lib/anthropic/models/beta/skill_delete_response.rb
Overview
Instance Attribute Summary collapse
-
#id ⇒ String
Unique identifier for the skill.
-
#type ⇒ String
Deleted object type.
Instance Method Summary collapse
-
#initialize(id: , type: ) ⇒ void
constructor
Some parameter documentations has been truncated, see SkillDeleteResponse 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(id: , type: ) ⇒ void
Some parameter documentations has been truncated, see Anthropic::Models::Beta::SkillDeleteResponse for more details.
|
|
# File 'lib/anthropic/models/beta/skill_delete_response.rb', line 24
|
Instance Attribute Details
#id ⇒ String
Unique identifier for the skill.
The format and length of IDs may change over time.
14 |
# File 'lib/anthropic/models/beta/skill_delete_response.rb', line 14 required :id, String |
#type ⇒ String
Deleted object type.
For Skills, this is always "skill_deleted".
22 |
# File 'lib/anthropic/models/beta/skill_delete_response.rb', line 22 required :type, String |