Class: HighLevel::Models::Contacts::UpsertContactsSuccessfulResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Contacts::UpsertContactsSuccessfulResponseDto
- Defined in:
- lib/high_level/models/contacts/upsert_contacts_successful_response_dto.rb
Instance Attribute Summary collapse
-
#contact ⇒ Object
readonly
Returns the value of attribute contact.
-
#new ⇒ Object
readonly
Returns the value of attribute new.
-
#trace_id ⇒ Object
readonly
Returns the value of attribute trace_id.
Instance Attribute Details
#contact ⇒ Object (readonly)
Returns the value of attribute contact
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contacts_successful_response_dto.rb', line 9 def contact @contact end |
#new ⇒ Object (readonly)
Returns the value of attribute new
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contacts_successful_response_dto.rb', line 9 def new @new end |
#trace_id ⇒ Object (readonly)
Returns the value of attribute trace_id
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contacts_successful_response_dto.rb', line 9 def trace_id @trace_id end |