Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Folder(id: string, name: string, parentFolderId: string, drive: Drive): Folder

Properties

Readonly drive

drive: Drive

Readonly id

id: string

Readonly name

name: string

Readonly parentFolderId

parentFolderId: string

Methods

listItems

  • listItems(maxResults?: number, beginIterator?: string, events$?: Subject<Event>): Observable<{ files: File[]; folders: Folder[] }>

Generated using TypeDoc