Class: Amocrm::Models::UserCreateResponse::UserCreateResponse::Embedded::User::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
482
|
# File 'sig/amocrm/models/user_create_response.rbs', line 482
def initialize: (
|
Instance Attribute Details
#catalog_access ⇒ Boolean?
336
|
# File 'lib/amocrm/models/user_create_response.rb', line 336
optional :catalog_access, Amocrm::Internal::Type::Boolean
|
#companies ⇒ Object?
341
|
# File 'lib/amocrm/models/user_create_response.rb', line 341
optional :companies, Amocrm::Internal::Type::Unknown
|
346
|
# File 'lib/amocrm/models/user_create_response.rb', line 346
optional :contacts, Amocrm::Internal::Type::Unknown
|
#group_id ⇒ Integer?
351
|
# File 'lib/amocrm/models/user_create_response.rb', line 351
optional :group_id, Integer, nil?: true
|
#is_active ⇒ Boolean?
356
|
# File 'lib/amocrm/models/user_create_response.rb', line 356
optional :is_active, Amocrm::Internal::Type::Boolean
|
#is_admin ⇒ Boolean?
361
|
# File 'lib/amocrm/models/user_create_response.rb', line 361
optional :is_admin, Amocrm::Internal::Type::Boolean
|
#is_free ⇒ Boolean?
366
|
# File 'lib/amocrm/models/user_create_response.rb', line 366
optional :is_free, Amocrm::Internal::Type::Boolean
|
#leads ⇒ Object?
371
|
# File 'lib/amocrm/models/user_create_response.rb', line 371
optional :leads, Amocrm::Internal::Type::Unknown
|
#mail_access ⇒ Boolean?
376
|
# File 'lib/amocrm/models/user_create_response.rb', line 376
optional :mail_access, Amocrm::Internal::Type::Boolean
|
#role_id ⇒ Integer?
381
|
# File 'lib/amocrm/models/user_create_response.rb', line 381
optional :role_id, Integer, nil?: true
|
386
387
388
|
# File 'lib/amocrm/models/user_create_response.rb', line 386
optional :status_rights,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::UserCreateResponse::UserCreateResponse::Embedded::User::Rights::StatusRight] },
nil?: true
|
#tasks ⇒ Object?
393
|
# File 'lib/amocrm/models/user_create_response.rb', line 393
optional :tasks, Amocrm::Internal::Type::Unknown
|
Instance Method Details
#to_hash ⇒ {
497
|
# File 'sig/amocrm/models/user_create_response.rbs', line 497
def to_hash: -> {
|