Class: Amocrm::Models::RoleUpdateByIDResponse::Role::Rights::StatusRight
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(catalog_access: nil, companies: nil, contacts: nil, group_id: nil, is_active: nil, is_admin: nil, is_free: nil, leads: nil, mail_access: nil, role_id: nil, status_rights: nil, tasks: nil) ⇒ Object
constructor
==, #==, #[], 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(catalog_access: nil, companies: nil, contacts: nil, group_id: nil, is_active: nil, is_admin: nil, is_free: nil, leads: nil, mail_access: nil, role_id: nil, status_rights: nil, tasks: nil) ⇒ Object
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
|
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 146
class StatusRight < Amocrm::Internal::Type::BaseModel
optional :entity_type, String
optional :pipeline_id, Integer
optional :rights, Amocrm::Internal::Type::Unknown
optional :status_id, Integer
end
|
Instance Attribute Details
#entity_type ⇒ String?
150
|
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 150
optional :entity_type, String
|
#pipeline_id ⇒ Integer?
155
|
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 155
optional :pipeline_id, Integer
|
#status_id ⇒ Integer?
165
|
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 165
optional :status_id, Integer
|