Class: Amocrm::Models::RoleUpdateByIDResponse::Role
Defined Under Namespace
Classes: Embedded, Rights
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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(id: nil) ⇒ Object
|
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 39
|
Instance Attribute Details
22
|
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 22
optional :_embedded, -> { Amocrm::Models::RoleUpdateByIDResponse::Role::Embedded }
|
#_links ⇒ Object?
27
|
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 27
optional :_links, Amocrm::Internal::Type::Unknown
|
#id ⇒ Integer?
17
|
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 17
optional :id, Integer
|
#name ⇒ String?
32
|
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 32
optional :name, String
|
37
|
# File 'lib/amocrm/models/role_update_by_id_response.rb', line 37
optional :rights, -> { Amocrm::Models::RoleUpdateByIDResponse::Role::Rights }
|
Instance Method Details
#to_hash ⇒ {
52
|
# File 'sig/amocrm/models/role_update_by_id_response.rbs', line 52
def to_hash: -> {
|