FolderResponse

com.github.cloudfiles.gdrive.GoogleDriveJsonProtocol.FolderResponse
case class FolderResponse(files: List[File], nextPageToken: Option[String])

A data class describing the content of a folder with all its files.

In Google Drive, there is the single type File representing both files and folders; so a single list with elements of this type is sufficient to hold all the elements the folder contains.

Value parameters

files

the elements contained in the folder

nextPageToken

an optional token to query the next result page

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