Class: HighLevel::Models::Conversations::UploadFilesDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::UploadFilesDto
- Defined in:
- lib/high_level/models/conversations/upload_files_dto.rb
Instance Attribute Summary collapse
-
#attachment_urls ⇒ Object
readonly
Returns the value of attribute attachment_urls.
-
#chat_service_sid ⇒ Object
readonly
Returns the value of attribute chat_service_sid.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#conversation_id ⇒ Object
readonly
Returns the value of attribute conversation_id.
-
#is_group_sms ⇒ Object
readonly
Returns the value of attribute is_group_sms.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
Instance Attribute Details
#attachment_urls ⇒ Object (readonly)
Returns the value of attribute attachment_urls
9 10 11 |
# File 'lib/high_level/models/conversations/upload_files_dto.rb', line 9 def @attachment_urls end |
#chat_service_sid ⇒ Object (readonly)
Returns the value of attribute chat_service_sid
9 10 11 |
# File 'lib/high_level/models/conversations/upload_files_dto.rb', line 9 def chat_service_sid @chat_service_sid end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/conversations/upload_files_dto.rb', line 9 def contact_id @contact_id end |
#conversation_id ⇒ Object (readonly)
Returns the value of attribute conversation_id
9 10 11 |
# File 'lib/high_level/models/conversations/upload_files_dto.rb', line 9 def conversation_id @conversation_id end |
#is_group_sms ⇒ Object (readonly)
Returns the value of attribute is_group_sms
9 10 11 |
# File 'lib/high_level/models/conversations/upload_files_dto.rb', line 9 def is_group_sms @is_group_sms end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/conversations/upload_files_dto.rb', line 9 def location_id @location_id end |