Folder

com.github.cloudfiles.onedrive.OneDriveJsonProtocol.Folder
case class Folder(childCount: Int)

A data class representing information about a folder. Drive items of type folder contain this structure.

Value parameters

childCount

the number of children of this folder

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