FileReference

com.github.cloudfiles.gdrive.GoogleDriveJsonProtocol.FileReference
case class FileReference(id: String)

A data class representing a reference to a file.

This class is used for resolve operation, where only file IDs are relevant. Other information is ignored.

Value parameters

id

the ID of the referenced file

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product