Class: Anthropic::Models::Beta::Organization::Workspaces::RateLimitListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::Organization::Workspaces::RateLimitListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/anthropic/models/beta/organization/workspaces/rate_limit_list_params.rb,
sig/anthropic/models/beta/organization/workspaces/rate_limit_list_params.rbs
Overview
Defined Under Namespace
Modules: GroupType
Constant Summary
Constants included from Internal::Type::RequestParameters
Internal::Type::RequestParameters::Anthropic
Instance Attribute Summary collapse
-
#group_type ⇒ Symbol, ...
Filter by group type.
-
#limit ⇒ Integer?
Maximum number of items to return per page.
-
#page ⇒ String?
Opaque cursor from a previous response's
next_page. -
#workspace_id ⇒ String
The ID of the workspace.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(workspace_id:, group_type: nil, limit: nil, page: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see RateLimitListParams for more details.
- #to_hash ⇒ {
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:, group_type: nil, limit: nil, page: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Anthropic::Models::Beta::Organization::Workspaces::RateLimitListParams for more details.
|
|
# File 'lib/anthropic/models/beta/organization/workspaces/rate_limit_list_params.rb', line 42
|
Instance Attribute Details
#group_type ⇒ Symbol, ...
Filter by group type.
23 24 25 |
# File 'lib/anthropic/models/beta/organization/workspaces/rate_limit_list_params.rb', line 23 optional :group_type, enum: -> { Anthropic::Beta::Organization::Workspaces::RateLimitListParams::GroupType }, nil?: true |
#limit ⇒ Integer?
Maximum number of items to return per page. Ranges from 1 to 1000.
Accepted for request-shape compatibility and currently ignored: every entry is returned in a single page.
34 |
# File 'lib/anthropic/models/beta/organization/workspaces/rate_limit_list_params.rb', line 34 optional :limit, Integer, nil?: true |
#page ⇒ String?
Opaque cursor from a previous response's next_page.
40 |
# File 'lib/anthropic/models/beta/organization/workspaces/rate_limit_list_params.rb', line 40 optional :page, String, nil?: true |
#workspace_id ⇒ String
The ID of the workspace.
17 |
# File 'lib/anthropic/models/beta/organization/workspaces/rate_limit_list_params.rb', line 17 required :workspace_id, String |
Instance Method Details
#to_hash ⇒ {
35 |
# File 'sig/anthropic/models/beta/organization/workspaces/rate_limit_list_params.rbs', line 35
def to_hash: -> {
|