AddRemoteFilesRequest

case class AddRemoteFilesRequest(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.

filetype

type of file

indexable_file_contents

A text file (txt, pdf, doc, etc.) containing textual search terms that are used to improve discovery of 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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product