Class: Amocrm::Models::UserListResponse::UserListResponse::Embedded::User::Rights
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Amocrm::Models::UserListResponse::UserListResponse::Embedded::User::Rights
- Defined in:
- lib/amocrm/models/user_list_response.rb
Overview
Defined Under Namespace
Classes: StatusRight
Instance Attribute Summary collapse
- #catalog_access ⇒ Boolean?
- #companies ⇒ Object?
- #contacts ⇒ Object?
- #group_id ⇒ Integer?
- #is_active ⇒ Boolean?
- #is_admin ⇒ Boolean?
- #is_free ⇒ Boolean?
- #leads ⇒ Object?
- #mail_access ⇒ Boolean?
- #role_id ⇒ Integer?
- #status_rights ⇒ Array<Amocrm::Models::UserListResponse::UserListResponse::Embedded::User::Rights::StatusRight>?
- #tasks ⇒ Object?
Method Summary
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 Amocrm::Internal::Type::BaseModel
Instance Attribute Details
#catalog_access ⇒ Boolean?
337 |
# File 'lib/amocrm/models/user_list_response.rb', line 337 optional :catalog_access, Amocrm::Internal::Type::Boolean |
#companies ⇒ Object?
342 |
# File 'lib/amocrm/models/user_list_response.rb', line 342 optional :companies, Amocrm::Internal::Type::Unknown |
#contacts ⇒ Object?
347 |
# File 'lib/amocrm/models/user_list_response.rb', line 347 optional :contacts, Amocrm::Internal::Type::Unknown |
#group_id ⇒ Integer?
352 |
# File 'lib/amocrm/models/user_list_response.rb', line 352 optional :group_id, Integer, nil?: true |
#is_active ⇒ Boolean?
357 |
# File 'lib/amocrm/models/user_list_response.rb', line 357 optional :is_active, Amocrm::Internal::Type::Boolean |
#is_admin ⇒ Boolean?
362 |
# File 'lib/amocrm/models/user_list_response.rb', line 362 optional :is_admin, Amocrm::Internal::Type::Boolean |
#is_free ⇒ Boolean?
367 |
# File 'lib/amocrm/models/user_list_response.rb', line 367 optional :is_free, Amocrm::Internal::Type::Boolean |
#leads ⇒ Object?
372 |
# File 'lib/amocrm/models/user_list_response.rb', line 372 optional :leads, Amocrm::Internal::Type::Unknown |
#mail_access ⇒ Boolean?
377 |
# File 'lib/amocrm/models/user_list_response.rb', line 377 optional :mail_access, Amocrm::Internal::Type::Boolean |
#role_id ⇒ Integer?
382 |
# File 'lib/amocrm/models/user_list_response.rb', line 382 optional :role_id, Integer, nil?: true |
#status_rights ⇒ Array<Amocrm::Models::UserListResponse::UserListResponse::Embedded::User::Rights::StatusRight>?
387 388 389 |
# File 'lib/amocrm/models/user_list_response.rb', line 387 optional :status_rights, -> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::UserListResponse::UserListResponse::Embedded::User::Rights::StatusRight] }, nil?: true |