Class: Amocrm::Models::EventGetByIDResponse::Event
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 ⇒ Object
60
|
# File 'sig/amocrm/models/event_get_by_id_response.rbs', line 60
def initialize: (
|
Instance Attribute Details
#_links ⇒ Object?
22
|
# File 'lib/amocrm/models/event_get_by_id_response.rb', line 22
optional :_links, Amocrm::Internal::Type::Unknown
|
#created_at ⇒ Integer?
27
|
# File 'lib/amocrm/models/event_get_by_id_response.rb', line 27
optional :created_at, Integer
|
#created_by ⇒ Integer?
32
|
# File 'lib/amocrm/models/event_get_by_id_response.rb', line 32
optional :created_by, Integer
|
#entity_id ⇒ Integer?
37
|
# File 'lib/amocrm/models/event_get_by_id_response.rb', line 37
optional :entity_id, Integer
|
#entity_type ⇒ String?
42
|
# File 'lib/amocrm/models/event_get_by_id_response.rb', line 42
optional :entity_type, String
|
#id ⇒ Integer?
17
|
# File 'lib/amocrm/models/event_get_by_id_response.rb', line 17
optional :id, Integer
|
#type ⇒ String?
47
|
# File 'lib/amocrm/models/event_get_by_id_response.rb', line 47
optional :type, String
|
#value_after ⇒ Object?
52
|
# File 'lib/amocrm/models/event_get_by_id_response.rb', line 52
optional :value_after, Amocrm::Internal::Type::Unknown
|
#value_before ⇒ Object?
57
|
# File 'lib/amocrm/models/event_get_by_id_response.rb', line 57
optional :value_before, Amocrm::Internal::Type::Unknown
|
Instance Method Details
#to_hash ⇒ {
72
|
# File 'sig/amocrm/models/event_get_by_id_response.rbs', line 72
def to_hash: -> {
|