🤖 Merge PR #47531 [gapi.client.sheets] automatic update by @google-api-typings-generator

Co-authored-by: Maxim Mazurok <maxim@mazurok.com>
This commit is contained in:
Google API Typings Generator 2020-09-12 16:50:03 +10:00 committed by GitHub
parent 48ebeeb378
commit f612b4fcdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -4,8 +4,6 @@
* In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
**/
// test
// Revision: 20200831
gapi.load('client', () => {

View File

@ -90,4 +90,3 @@ Returns the spreadsheet at the given ID. The caller must specify the spreadsheet
*/
await gapi.client.sheets.spreadsheets.getByDataFilter({ spreadsheetId: "spreadsheetId", });
```