Class: HighLevel::Models::Conversations::InitiateFileUploadResponseDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject (readonly)

Returns the value of attribute expires_at

Returns:

  • (Object)

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

Returns the value of attribute file_path

Returns:

  • (Object)

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

Returns the value of attribute max_file_size

Returns:

  • (Object)

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

Returns the value of attribute upload_id

Returns:

  • (Object)

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

Returns the value of attribute upload_url

Returns:

  • (Object)

    the current value of 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