Class: Privy::Models::UserBatchCreateInput
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Privy::Models::UserBatchCreateInput
- Defined in:
- lib/privy/models/user_batch_create_input.rb,
sig/privy/models/user_batch_create_input.rbs
Defined Under Namespace
Classes: User
Instance Attribute Summary collapse
Instance Method Summary collapse
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 ⇒ Object
9 |
# File 'sig/privy/models/user_batch_create_input.rbs', line 9
def initialize: (
|
Instance Attribute Details
#users ⇒ Array<Privy::Models::UserBatchCreateInput::User>
9 |
# File 'lib/privy/models/user_batch_create_input.rb', line 9 required :users, -> { Privy::Internal::Type::ArrayOf[Privy::UserBatchCreateInput::User] } |
Instance Method Details
#to_hash ⇒ { users: ::Array[Privy::UserBatchCreateInput::User] }
13 |
# File 'sig/privy/models/user_batch_create_input.rbs', line 13
def to_hash: -> { users: ::Array[Privy::UserBatchCreateInput::User] }
|