Class: Amocrm::Models::UserGetByIDResponse::User::Embedded::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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 255
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?
259
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 259
optional :entity_type, String
|
#pipeline_id ⇒ Integer?
264
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 264
optional :pipeline_id, Integer
|
#status_id ⇒ Integer?
274
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 274
optional :status_id, Integer
|