case class UpdateRemoteFilesRequest(file: Option[String], external_id: Option[String], title: Option[String], filetype: Option[String], external_url: Option[String], preview_image: Option[String], indexable_file_contents: Option[String])
- Value parameters:
- external_id
Creator defined GUID for the file.
- external_url
URL of the remote file.
- file
Specify a file by providing its ID.
- filetype
type of file
- indexable_file_contents
File containing contents that can be used to improve searchability for the remote file.
- preview_image
Preview of the document via
multipart/form-data
.- title
Title of the file being shared.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any