Class FileList
A list of metadata of the files on Google Drive.
Namespace: GoogleSheetFetcher.Editor
Assembly: GoogleSheetFetcher.Editor.dll
Syntax
public class FileList
Properties
| Improve this Doc View SourceFiles
Metadata of the files.
Declaration
public File[] Files { get; }
Property Value
Type | Description |
---|---|
File[] |
NextPageToken
A token to fetch the next page.
Declaration
public string NextPageToken { get; }
Property Value
Type | Description |
---|---|
String |