Class: Amocrm::Models::EntityLinkLinkParams::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_link_params.rb', line 63
|
Instance Attribute Details
#entity_id ⇒ Integer?
41
|
# File 'lib/amocrm/models/entity_link_link_params.rb', line 41
optional :entity_id, Integer
|
#entity_type ⇒ Symbol, ...
46
|
# File 'lib/amocrm/models/entity_link_link_params.rb', line 46
optional :entity_type, union: -> { Amocrm::EntityLinkLinkParams::Body::EntityType }
|
#to_entity_id ⇒ Integer?
56
|
# File 'lib/amocrm/models/entity_link_link_params.rb', line 56
optional :to_entity_id, Integer
|
#to_entity_type ⇒ Symbol, ...
61
|
# File 'lib/amocrm/models/entity_link_link_params.rb', line 61
optional :to_entity_type, union: -> { Amocrm::EntityLinkLinkParams::Body::ToEntityType }
|