Class: Amocrm::Models::ContactGetByIDResponse::Contact::Embedded::Tag
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
275
|
# File 'sig/amocrm/models/contact_get_by_id_response.rbs', line 275
def initialize: (
|
Instance Attribute Details
#color ⇒ String?
232
|
# File 'lib/amocrm/models/contact_get_by_id_response.rb', line 232
optional :color, String
|
#id ⇒ Integer?
227
|
# File 'lib/amocrm/models/contact_get_by_id_response.rb', line 227
optional :id, Integer
|
#name ⇒ String?
237
|
# File 'lib/amocrm/models/contact_get_by_id_response.rb', line 237
optional :name, String
|
Instance Method Details
#to_hash ⇒ { id: Integer, color: String, name: String }
281
|
# File 'sig/amocrm/models/contact_get_by_id_response.rbs', line 281
def to_hash: -> { id: Integer, color: String, name: String }
|