Class: Amocrm::Models::RoleUpdateByIDResponse::Role::Rights

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/amocrm/models/role_update_by_id_response.rb

Overview

See Also:

Defined Under Namespace

Classes: StatusRight

Instance Attribute Summary collapse

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_accessBoolean?

Returns:

  • (Boolean, nil)


73
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 73

optional :catalog_access, Amocrm::Internal::Type::Boolean

#companiesObject?

Returns:

  • (Object, nil)


78
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 78

optional :companies, Amocrm::Internal::Type::Unknown

#contactsObject?

Returns:

  • (Object, nil)


83
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 83

optional :contacts, Amocrm::Internal::Type::Unknown

#group_idInteger?

Returns:

  • (Integer, nil)


88
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 88

optional :group_id, Integer, nil?: true

#is_activeBoolean?

Returns:

  • (Boolean, nil)


93
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 93

optional :is_active, Amocrm::Internal::Type::Boolean

#is_adminBoolean?

Returns:

  • (Boolean, nil)


98
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 98

optional :is_admin, Amocrm::Internal::Type::Boolean

#is_freeBoolean?

Returns:

  • (Boolean, nil)


103
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 103

optional :is_free, Amocrm::Internal::Type::Boolean

#leadsObject?

Returns:

  • (Object, nil)


108
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 108

optional :leads, Amocrm::Internal::Type::Unknown

#mail_accessBoolean?

Returns:

  • (Boolean, nil)


113
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 113

optional :mail_access, Amocrm::Internal::Type::Boolean

#role_idInteger?

Returns:

  • (Integer, nil)


118
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 118

optional :role_id, Integer, nil?: true

#status_rightsArray<Amocrm::Models::RoleUpdateByIDResponse::Role::Rights::StatusRight>?



123
124
125
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 123

optional :status_rights,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::RoleUpdateByIDResponse::Role::Rights::StatusRight] },
nil?: true

#tasksObject?

Returns:

  • (Object, nil)


130
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 130

optional :tasks, Amocrm::Internal::Type::Unknown