Class: Anthropic::Models::Beta::Organization::RateLimitListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::Organization::RateLimitListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/anthropic/models/beta/organization/rate_limit_list_params.rb,
sig/anthropic/models/beta/organization/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.
-
#model ⇒ String?
Filter to the single entry containing this model.
-
#page ⇒ String?
Opaque cursor from a previous response's
next_page.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(group_type: nil, limit: nil, model: 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(group_type: nil, limit: nil, model: nil, page: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Anthropic::Models::Beta::Organization::RateLimitListParams for more details.
|
|
# File 'lib/anthropic/models/beta/organization/rate_limit_list_params.rb', line 43
|
Instance Attribute Details
#group_type ⇒ Symbol, ...
Filter by group type.
16 17 18 |
# File 'lib/anthropic/models/beta/organization/rate_limit_list_params.rb', line 16 optional :group_type, enum: -> { Anthropic::Beta::Organization::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.
27 |
# File 'lib/anthropic/models/beta/organization/rate_limit_list_params.rb', line 27 optional :limit, Integer, nil?: true |
#model ⇒ String?
Filter to the single entry containing this model. Accepts full model names and aliases. Returns 404 if the model is not found or has no rate limits for this organization.
35 |
# File 'lib/anthropic/models/beta/organization/rate_limit_list_params.rb', line 35 optional :model, String, nil?: true |
#page ⇒ String?
Opaque cursor from a previous response's next_page.
41 |
# File 'lib/anthropic/models/beta/organization/rate_limit_list_params.rb', line 41 optional :page, String, nil?: true |
Instance Method Details
#to_hash ⇒ {
34 |
# File 'sig/anthropic/models/beta/organization/rate_limit_list_params.rbs', line 34
def to_hash: -> {
|