Class: Amocrm::Models::UserGetByIDResponse::User::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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 364
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?
368
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 368
optional :entity_type, String
|
#pipeline_id ⇒ Integer?
373
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 373
optional :pipeline_id, Integer
|
#status_id ⇒ Integer?
383
|
# File 'lib/amocrm/models/user_get_by_id_response.rb', line 383
optional :status_id, Integer
|