Class: Amocrm::Models::EntityLinkUnlinkByEntityParams::Body
Defined Under Namespace
Modules: EntityType, ToEntityType
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(entity_id: nil, entity_type: nil, metadata: nil, to_entity_id: nil, to_entity_type: nil) ⇒ Object
|
# File 'lib/amocrm/models/entity_link_unlink_by_entity_params.rb', line 69
|
Instance Attribute Details
#entity_id ⇒ Integer?
47
|
# File 'lib/amocrm/models/entity_link_unlink_by_entity_params.rb', line 47
optional :entity_id, Integer
|
#entity_type ⇒ Symbol, ...
57
|
# File 'lib/amocrm/models/entity_link_unlink_by_entity_params.rb', line 57
optional :metadata, Amocrm::Internal::Type::Unknown
|
#to_entity_id ⇒ Integer?
62
|
# File 'lib/amocrm/models/entity_link_unlink_by_entity_params.rb', line 62
optional :to_entity_id, Integer
|
#to_entity_type ⇒ Symbol, ...