Class: Anthropic::Models::Beta::Organization::Workspaces::MemberAddParams

Inherits:
Internal::Type::BaseModel show all
Extended by:
Internal::Type::RequestParameters::Converter
Includes:
Internal::Type::RequestParameters
Defined in:
lib/anthropic/models/beta/organization/workspaces/member_add_params.rb,
sig/anthropic/models/beta/organization/workspaces/member_add_params.rbs

Overview

See Also:

  • Anthropic::Resources::Beta::Organization::Workspaces::Members#add

Constant Summary

Constants included from Internal::Type::RequestParameters

Internal::Type::RequestParameters::Anthropic

Instance Attribute Summary collapse

Attributes included from Internal::Type::RequestParameters

#request_options

Instance Method Summary collapse

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, 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:, user_id:, workspace_role:, request_options: {}) ⇒ Object

Parameters:



# File 'lib/anthropic/models/beta/organization/workspaces/member_add_params.rb', line 31

Instance Attribute Details

#user_idString

ID of the User.

Parameters:

  • value (String)

Returns:

  • (String)


23
# File 'lib/anthropic/models/beta/organization/workspaces/member_add_params.rb', line 23

required :user_id, String

#workspace_idString

ID of the Workspace.

Parameters:

  • value (String)

Returns:

  • (String)


17
# File 'lib/anthropic/models/beta/organization/workspaces/member_add_params.rb', line 17

required :workspace_id, String

#workspace_roleSymbol, Anthropic::Models::Beta::Organization::BetaNoBillingWorkspaceRole

Role of the new Workspace Member. Cannot be workspace_billing.

Parameters:

  • value (Anthropic::Models::Beta::Organization::beta_no_billing_workspace_role)

Returns:



29
# File 'lib/anthropic/models/beta/organization/workspaces/member_add_params.rb', line 29

required :workspace_role, enum: -> { Anthropic::Beta::Organization::BetaNoBillingWorkspaceRole }

Instance Method Details

#to_hash{

Returns:

  • ({)


31
# File 'sig/anthropic/models/beta/organization/workspaces/member_add_params.rbs', line 31

def to_hash: -> {