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