InfoRemoteFilesRequest

case class InfoRemoteFilesRequest(file: Option[String], external_id: Option[String])
Value parameters:
external_id

Creator defined GUID for the file.

file

Specify a file by providing its ID.

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