Class: HighLevel::Models::Conversations::GetMessageResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::GetMessageResponseDto
- Defined in:
- lib/high_level/models/conversations/get_message_response_dto.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
readonly
Returns the value of attribute attachments.
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#chat_widget_id ⇒ Object
readonly
Returns the value of attribute chat_widget_id.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#content_type ⇒ Object
readonly
Returns the value of attribute content_type.
-
#conversation_id ⇒ Object
readonly
Returns the value of attribute conversation_id.
-
#conversation_provider_id ⇒ Object
readonly
Returns the value of attribute conversation_provider_id.
-
#date_added ⇒ Object
readonly
Returns the value of attribute date_added.
-
#direction ⇒ Object
readonly
Returns the value of attribute direction.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#message_type ⇒ Object
readonly
Returns the value of attribute message_type.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Attribute Details
#attachments ⇒ Object (readonly)
Returns the value of attribute attachments
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def @attachments end |
#body ⇒ Object (readonly)
Returns the value of attribute body
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def body @body end |
#chat_widget_id ⇒ Object (readonly)
Returns the value of attribute chat_widget_id
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def @chat_widget_id end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def contact_id @contact_id end |
#content_type ⇒ Object (readonly)
Returns the value of attribute content_type
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def content_type @content_type end |
#conversation_id ⇒ Object (readonly)
Returns the value of attribute conversation_id
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def conversation_id @conversation_id end |
#conversation_provider_id ⇒ Object (readonly)
Returns the value of attribute conversation_provider_id
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def conversation_provider_id @conversation_provider_id end |
#date_added ⇒ Object (readonly)
Returns the value of attribute date_added
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def date_added @date_added end |
#direction ⇒ Object (readonly)
Returns the value of attribute direction
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def direction @direction end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def id @id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def location_id @location_id end |
#message_type ⇒ Object (readonly)
Returns the value of attribute message_type
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def @message_type end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def @meta end |
#source ⇒ Object (readonly)
Returns the value of attribute source
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def source @source end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def status @status end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def type @type end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/conversations/get_message_response_dto.rb', line 9 def user_id @user_id end |