Class: HighLevel::Models::Conversations::InitiateFileUploadDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::InitiateFileUploadDto
- Defined in:
- lib/high_level/models/conversations/initiate_file_upload_dto.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
readonly
Returns the value of attribute channel.
-
#content_type ⇒ Object
readonly
Returns the value of attribute content_type.
-
#conversation_id ⇒ Object
readonly
Returns the value of attribute conversation_id.
-
#file_size ⇒ Object
readonly
Returns the value of attribute file_size.
-
#filename ⇒ Object
readonly
Returns the value of attribute filename.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
Instance Attribute Details
#channel ⇒ Object (readonly)
Returns the value of attribute channel
9 10 11 |
# File 'lib/high_level/models/conversations/initiate_file_upload_dto.rb', line 9 def channel @channel end |
#content_type ⇒ Object (readonly)
Returns the value of attribute content_type
9 10 11 |
# File 'lib/high_level/models/conversations/initiate_file_upload_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/initiate_file_upload_dto.rb', line 9 def conversation_id @conversation_id end |
#file_size ⇒ Object (readonly)
Returns the value of attribute file_size
9 10 11 |
# File 'lib/high_level/models/conversations/initiate_file_upload_dto.rb', line 9 def file_size @file_size end |
#filename ⇒ Object (readonly)
Returns the value of attribute filename
9 10 11 |
# File 'lib/high_level/models/conversations/initiate_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/initiate_file_upload_dto.rb', line 9 def location_id @location_id end |