Source position: googledrive.pp line 1209
type TFilesListOptions = record
corpus: string;
orderBy: string;
pageSize: Integer;
pageToken: string;
q: string;
spaces: string;
fields: string;
end;