WritableFileSystemInfo

com.github.cloudfiles.onedrive.OneDriveJsonProtocol.WritableFileSystemInfo
case class WritableFileSystemInfo(createdDateTime: Option[Instant], lastModifiedDateTime: Option[Instant], lastAccessedDateTime: Option[Instant])

A data class storing information related to the local file system for a drive item that is going to be created or updated. The user can fill in the fields that should be updated and leave the others undefined.

Value parameters

createdDateTime

the local creation time of the item

lastAccessedDateTime

the access time (only in last-access list)

lastModifiedDateTime

the local modified time of the item

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