Class: MethodRuby::Models::Entities::ConnectCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::Entities::ConnectCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/method_ruby/models/entities/connect_create_params.rb
Overview
Defined Under Namespace
Modules: Expand, MethodVersion
Instance Attribute Summary collapse
- #entity_id ⇒ String
-
#expand ⇒ Array<Symbol, MethodRuby::Models::Entities::ConnectCreateParams::Expand>?
Expand connected accounts inline on entity connect resources.
- #idempotency_key ⇒ String?
- #method_version ⇒ Symbol, MethodRuby::Models::Entities::ConnectCreateParams::MethodVersion
-
#products ⇒ Array<String>?
Products to request during the connect session.
-
#subscriptions ⇒ Array<String>?
Subscriptions to request during the connect session.
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
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, #initialize, 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
This class inherits a constructor from MethodRuby::Internal::Type::BaseModel
Instance Attribute Details
#entity_id ⇒ String
14 |
# File 'lib/method_ruby/models/entities/connect_create_params.rb', line 14 required :entity_id, String |
#expand ⇒ Array<Symbol, MethodRuby::Models::Entities::ConnectCreateParams::Expand>?
Expand connected accounts inline on entity connect resources. Supports expanding the account list itself or one level of account fields.
26 27 |
# File 'lib/method_ruby/models/entities/connect_create_params.rb', line 26 optional :expand, -> { MethodRuby::Internal::Type::ArrayOf[enum: MethodRuby::Entities::ConnectCreateParams::Expand] } |
#idempotency_key ⇒ String?
44 |
# File 'lib/method_ruby/models/entities/connect_create_params.rb', line 44 optional :idempotency_key, String |
#method_version ⇒ Symbol, MethodRuby::Models::Entities::ConnectCreateParams::MethodVersion
19 |
# File 'lib/method_ruby/models/entities/connect_create_params.rb', line 19 required :method_version, enum: -> { MethodRuby::Entities::ConnectCreateParams::MethodVersion } |
#products ⇒ Array<String>?
Products to request during the connect session.
33 |
# File 'lib/method_ruby/models/entities/connect_create_params.rb', line 33 optional :products, MethodRuby::Internal::Type::ArrayOf[String] |
#subscriptions ⇒ Array<String>?
Subscriptions to request during the connect session.
39 |
# File 'lib/method_ruby/models/entities/connect_create_params.rb', line 39 optional :subscriptions, MethodRuby::Internal::Type::ArrayOf[String] |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/method_ruby/models/entities/connect_create_params.rb', line 69
|