Class: Cadenya::Models::ToolSets::ToolUpdateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Cadenya::Models::ToolSets::ToolUpdateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/cadenya/models/tool_sets/tool_update_params.rb
Overview
Instance Attribute Summary collapse
- #id ⇒ String
-
#metadata ⇒ Cadenya::Models::UpdateResourceMetadata?
UpdateResourceMetadata contains the user-provided fields for updating a workspace-scoped resource.
- #spec ⇒ Cadenya::Models::ToolSets::ToolSpec?
- #tool_set_id ⇒ String
- #update_mask ⇒ String?
- #workspace_id ⇒ String
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(workspace_id:, tool_set_id:, id:, metadata: nil, spec: nil, update_mask: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see ToolUpdateParams for more details.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(workspace_id:, tool_set_id:, id:, metadata: nil, spec: nil, update_mask: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Cadenya::Models::ToolSets::ToolUpdateParams for more details.
|
|
# File 'lib/cadenya/models/tool_sets/tool_update_params.rb', line 44
|
Instance Attribute Details
#id ⇒ String
24 |
# File 'lib/cadenya/models/tool_sets/tool_update_params.rb', line 24 required :id, String |
#metadata ⇒ Cadenya::Models::UpdateResourceMetadata?
UpdateResourceMetadata contains the user-provided fields for updating a workspace-scoped resource. Read-only fields (id, account_id, workspace_id, profile_id, created_at) are excluded since they are set by the server.
32 |
# File 'lib/cadenya/models/tool_sets/tool_update_params.rb', line 32 optional :metadata, -> { Cadenya::UpdateResourceMetadata } |
#spec ⇒ Cadenya::Models::ToolSets::ToolSpec?
37 |
# File 'lib/cadenya/models/tool_sets/tool_update_params.rb', line 37 optional :spec, -> { Cadenya::ToolSets::ToolSpec } |
#tool_set_id ⇒ String
19 |
# File 'lib/cadenya/models/tool_sets/tool_update_params.rb', line 19 required :tool_set_id, String |
#update_mask ⇒ String?
42 |
# File 'lib/cadenya/models/tool_sets/tool_update_params.rb', line 42 optional :update_mask, String, api_name: :updateMask |
#workspace_id ⇒ String
14 |
# File 'lib/cadenya/models/tool_sets/tool_update_params.rb', line 14 required :workspace_id, String |