File

com.github.cloudfiles.onedrive.OneDriveJsonProtocol.File
case class File(mimeType: String, hashes: Hashes)

A data class representing file information. Drive items of type file contain this structure.

Value parameters

hashes

a structure with hashes of the file's content

mimeType

the auto-discovered mime type

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