Class: HighLevel::Models::Conversations::ConversationCreateResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::ConversationCreateResponseDto
- Defined in:
- lib/high_level/models/conversations/conversation_create_response_dto.rb
Instance Attribute Summary collapse
-
#assigned_to ⇒ Object
readonly
Returns the value of attribute assigned_to.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#date_added ⇒ Object
readonly
Returns the value of attribute date_added.
-
#date_updated ⇒ Object
readonly
Returns the value of attribute date_updated.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#last_message_date ⇒ Object
readonly
Returns the value of attribute last_message_date.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
Instance Attribute Details
#assigned_to ⇒ Object (readonly)
Returns the value of attribute assigned_to
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_create_response_dto.rb', line 9 def assigned_to @assigned_to end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_create_response_dto.rb', line 9 def contact_id @contact_id end |
#date_added ⇒ Object (readonly)
Returns the value of attribute date_added
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_create_response_dto.rb', line 9 def date_added @date_added end |
#date_updated ⇒ Object (readonly)
Returns the value of attribute date_updated
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_create_response_dto.rb', line 9 def date_updated @date_updated end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_create_response_dto.rb', line 9 def deleted @deleted end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_create_response_dto.rb', line 9 def id @id end |
#last_message_date ⇒ Object (readonly)
Returns the value of attribute last_message_date
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_create_response_dto.rb', line 9 def @last_message_date end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_create_response_dto.rb', line 9 def location_id @location_id end |