Class: Anthropic::Models::Beta::Organization::BetaAPIKeyOrganizationScope
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::Organization::BetaAPIKeyOrganizationScope
- Defined in:
- lib/anthropic/models/beta/organization/beta_api_key_organization_scope.rb,
sig/anthropic/models/beta/organization/beta_api_key_organization_scope.rbs
Instance Attribute Summary collapse
-
#type ⇒ Symbol, :organization
Scope type.
Instance Method Summary collapse
-
#initialize(type: :organization) ⇒ BetaAPIKeyOrganizationScope
constructor
Some parameter documentations has been truncated, see BetaAPIKeyOrganizationScope for more details.
- #to_hash ⇒ { type: :organization }
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(type: :organization) ⇒ BetaAPIKeyOrganizationScope
Some parameter documentations has been truncated, see Anthropic::Models::Beta::Organization::BetaAPIKeyOrganizationScope for more details.
|
|
# File 'lib/anthropic/models/beta/organization/beta_api_key_organization_scope.rb', line 15
|
Instance Attribute Details
#type ⇒ Symbol, :organization
Scope type. Always "organization": the API key has no Workspace. Only a
principal-bound API key can have this scope.
13 |
# File 'lib/anthropic/models/beta/organization/beta_api_key_organization_scope.rb', line 13 required :type, const: :organization |
Instance Method Details
#to_hash ⇒ { type: :organization }
12 |
# File 'sig/anthropic/models/beta/organization/beta_api_key_organization_scope.rbs', line 12
def to_hash: -> { type: :organization }
|