Class: Amocrm::Models::UserCreateResponse::UserCreateResponse::Embedded::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
-
#to_hash ⇒ {
==, #==, #[], 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
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
|
# File 'lib/amocrm/models/user_create_response.rb', line 409
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?
413
|
# File 'lib/amocrm/models/user_create_response.rb', line 413
optional :entity_type, String
|
#pipeline_id ⇒ Integer?
418
|
# File 'lib/amocrm/models/user_create_response.rb', line 418
optional :pipeline_id, Integer
|
#rights ⇒ Object?
423
|
# File 'lib/amocrm/models/user_create_response.rb', line 423
optional :rights, Amocrm::Internal::Type::Unknown
|
#status_id ⇒ Integer?
428
|
# File 'lib/amocrm/models/user_create_response.rb', line 428
optional :status_id, Integer
|
Instance Method Details
#to_hash ⇒ {
544
|
# File 'sig/amocrm/models/user_create_response.rbs', line 544
def to_hash: -> {
|