Class: VitableConnect::Models::OrganizationCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- VitableConnect::Models::OrganizationCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/vitable_connect/models/organization_create_params.rb,
sig/vitable_connect/models/organization_create_params.rbs
Overview
Defined Under Namespace
Modules: Type
Constant Summary
Constants included from Internal::Type::RequestParameters
Internal::Type::RequestParameters::VitableConnect
Instance Attribute Summary collapse
- #name ⇒ String
-
#type ⇒ Symbol, ...
BROKERAGE- BROKERAGE -TPA- TPA -GENERAL_AGENT- GENERAL_AGENT -CHANNEL_PARTNER- CHANNEL_PARTNER -CONSULTING_FIRM- CONSULTING_FIRM -API_PLATFORM- API_PLATFORM.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(name:, type: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see OrganizationCreateParams 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(name:, type: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see VitableConnect::Models::OrganizationCreateParams for more details.
|
|
# File 'lib/vitable_connect/models/organization_create_params.rb', line 26
|
Instance Attribute Details
#name ⇒ String
13 |
# File 'lib/vitable_connect/models/organization_create_params.rb', line 13 required :name, String |
#type ⇒ Symbol, ...
BROKERAGE- BROKERAGETPA- TPAGENERAL_AGENT- GENERAL_AGENTCHANNEL_PARTNER- CHANNEL_PARTNERCONSULTING_FIRM- CONSULTING_FIRMAPI_PLATFORM- API_PLATFORM
24 |
# File 'lib/vitable_connect/models/organization_create_params.rb', line 24 optional :type, enum: -> { VitableConnect::OrganizationCreateParams::Type }, nil?: true |
Instance Method Details
#to_hash ⇒ {
24 |
# File 'sig/vitable_connect/models/organization_create_params.rbs', line 24
def to_hash: -> {
|