Class: HighLevel::Models::Conversations::InitiateFileUploadDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversations/initiate_file_upload_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject (readonly)

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



9
10
11
# File 'lib/high_level/models/conversations/initiate_file_upload_dto.rb', line 9

def channel
  @channel
end

#content_typeObject (readonly)

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute conversation_id

Returns:

  • (Object)

    the current value of 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_sizeObject (readonly)

Returns the value of attribute file_size

Returns:

  • (Object)

    the current value of file_size



9
10
11
# File 'lib/high_level/models/conversations/initiate_file_upload_dto.rb', line 9

def file_size
  @file_size
end

#filenameObject (readonly)

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



9
10
11
# File 'lib/high_level/models/conversations/initiate_file_upload_dto.rb', line 9

def filename
  @filename
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/conversations/initiate_file_upload_dto.rb', line 9

def location_id
  @location_id
end