Class: Courier::Models::BulkAddUsersParams
Overview
Instance Attribute Summary collapse
#request_options
Instance Method Summary
collapse
dump_request
included
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(job_id:, users:, request_options: {}) ⇒ Object
|
# File 'lib/courier/models/bulk_add_users_params.rb', line 20
|
Instance Attribute Details
#job_id ⇒ String
13
|
# File 'lib/courier/models/bulk_add_users_params.rb', line 13
required :job_id, String
|
18
|
# File 'lib/courier/models/bulk_add_users_params.rb', line 18
required :users, -> { Courier::Internal::Type::ArrayOf[Courier::InboundBulkMessageUser] }
|
Instance Method Details
#to_hash ⇒ {
21
|
# File 'sig/courier/models/bulk_add_users_params.rbs', line 21
def to_hash: -> {
|