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