Class: Cadenya::Models::ToolSets::ToolListParams

Inherits:
Internal::Type::BaseModel show all
Extended by:
Internal::Type::RequestParameters::Converter
Includes:
Internal::Type::RequestParameters
Defined in:
lib/cadenya/models/tool_sets/tool_list_params.rb

Overview

Defined Under Namespace

Modules: Status

Instance Attribute Summary collapse

Attributes included from Internal::Type::RequestParameters

#request_options

Method Summary

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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

This class inherits a constructor from Cadenya::Internal::Type::BaseModel

Instance Attribute Details

#bundle_keyString?

Filter by bundle_key — return only resources owned by this bundle.

Returns:

  • (String, nil)


25
# File 'lib/cadenya/models/tool_sets/tool_list_params.rb', line 25

optional :bundle_key, String

#cursorString?

Pagination cursor from previous response

Returns:

  • (String, nil)


31
# File 'lib/cadenya/models/tool_sets/tool_list_params.rb', line 31

optional :cursor, String

#include_infoBoolean?

When set to true you may use more of your alloted API rate-limit

Returns:

  • (Boolean, nil)


37
# File 'lib/cadenya/models/tool_sets/tool_list_params.rb', line 37

optional :include_info, Cadenya::Internal::Type::Boolean

#limitInteger?

Maximum number of results to return

Returns:

  • (Integer, nil)


43
# File 'lib/cadenya/models/tool_sets/tool_list_params.rb', line 43

optional :limit, Integer

#namesArray<String>?

Filter by tool name (exact match). Multiple values are OR’d together.

Returns:

  • (Array<String>, nil)


49
# File 'lib/cadenya/models/tool_sets/tool_list_params.rb', line 49

optional :names, Cadenya::Internal::Type::ArrayOf[String]

#prefixString?

Filter expression (query param: prefix)

Returns:

  • (String, nil)


55
# File 'lib/cadenya/models/tool_sets/tool_list_params.rb', line 55

optional :prefix, String

#queryString?

Free-form search query

Returns:

  • (String, nil)


61
# File 'lib/cadenya/models/tool_sets/tool_list_params.rb', line 61

optional :query, String

#requires_approvalBoolean?

Filter by approval requirement. Omitted = no filter; true = only tools requiring approval; false = only tools not requiring approval.

Returns:

  • (Boolean, nil)


68
# File 'lib/cadenya/models/tool_sets/tool_list_params.rb', line 68

optional :requires_approval, Cadenya::Internal::Type::Boolean

#sort_orderString?

Sort order for results (asc or desc by creation time)

Returns:

  • (String, nil)


74
# File 'lib/cadenya/models/tool_sets/tool_list_params.rb', line 74

optional :sort_order, String

#statusesArray<Symbol, Cadenya::Models::ToolSets::ToolListParams::Status>?

Filter by tool status. Multiple values are OR’d together.

Returns:



80
81
# File 'lib/cadenya/models/tool_sets/tool_list_params.rb', line 80

optional :statuses,
-> { Cadenya::Internal::Type::ArrayOf[enum: Cadenya::ToolSets::ToolListParams::Status] }

#tool_set_idString

Returns:

  • (String)


19
# File 'lib/cadenya/models/tool_sets/tool_list_params.rb', line 19

required :tool_set_id, String

#workspace_idString

Returns:

  • (String)


14
# File 'lib/cadenya/models/tool_sets/tool_list_params.rb', line 14

required :workspace_id, String