Class: Amocrm::Models::UserCreateParams::Body::Rights
Overview
Defined Under Namespace
Classes: StatusRight
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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 ⇒ Object
131
|
# File 'sig/amocrm/models/user_create_params.rbs', line 131
def initialize: (
|
Instance Attribute Details
#catalog_access ⇒ Boolean?
63
|
# File 'lib/amocrm/models/user_create_params.rb', line 63
optional :catalog_access, Amocrm::Internal::Type::Boolean
|
#companies ⇒ Object?
68
|
# File 'lib/amocrm/models/user_create_params.rb', line 68
optional :companies, Amocrm::Internal::Type::Unknown
|
73
|
# File 'lib/amocrm/models/user_create_params.rb', line 73
optional :contacts, Amocrm::Internal::Type::Unknown
|
#group_id ⇒ Integer?
78
|
# File 'lib/amocrm/models/user_create_params.rb', line 78
optional :group_id, Integer, nil?: true
|
#is_active ⇒ Boolean?
83
|
# File 'lib/amocrm/models/user_create_params.rb', line 83
optional :is_active, Amocrm::Internal::Type::Boolean
|
#is_admin ⇒ Boolean?
88
|
# File 'lib/amocrm/models/user_create_params.rb', line 88
optional :is_admin, Amocrm::Internal::Type::Boolean
|
#is_free ⇒ Boolean?
93
|
# File 'lib/amocrm/models/user_create_params.rb', line 93
optional :is_free, Amocrm::Internal::Type::Boolean
|
#leads ⇒ Object?
98
|
# File 'lib/amocrm/models/user_create_params.rb', line 98
optional :leads, Amocrm::Internal::Type::Unknown
|
#mail_access ⇒ Boolean?
103
|
# File 'lib/amocrm/models/user_create_params.rb', line 103
optional :mail_access, Amocrm::Internal::Type::Boolean
|
#role_id ⇒ Integer?
108
|
# File 'lib/amocrm/models/user_create_params.rb', line 108
optional :role_id, Integer, nil?: true
|
113
114
115
116
117
|
# File 'lib/amocrm/models/user_create_params.rb', line 113
optional :status_rights,
-> {
Amocrm::Internal::Type::ArrayOf[Amocrm::UserCreateParams::Body::Rights::StatusRight]
},
nil?: true
|
#tasks ⇒ Object?
122
|
# File 'lib/amocrm/models/user_create_params.rb', line 122
optional :tasks, Amocrm::Internal::Type::Unknown
|
Instance Method Details
#to_hash ⇒ {
146
|
# File 'sig/amocrm/models/user_create_params.rbs', line 146
def to_hash: -> {
|