Skip to content

Commit 370421c

Browse files
author
Vsevolod
committed
added all types
1 parent 1c37194 commit 370421c

File tree

2 files changed

+1970
-18
lines changed

2 files changed

+1970
-18
lines changed

module/move/gspread/src/gcore/methods/batch_update.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mod private
22
{
3-
use crate::{gcore::{DeleteDimensionRequest, Error, Request, Response, Result}, *};
3+
use crate::{gcore::{types::Spreadsheet, DeleteDimensionRequest, Error, Request, Response, Result}, *};
44
use gcore::{Secret, Client};
55

66
pub struct SpreadSheetBatchUpdate< 'a, 'b, S : Secret >
@@ -116,7 +116,8 @@ mod private
116116
#[ serde( rename = "spreadsheetId" ) ]
117117
spreadsheet_id : Option< String >,
118118
replies : Option< Vec< Response > >,
119-
updated_spreadsheet : Option< >
119+
#[ serde( rename = "updatedSpreadsheet" ) ]
120+
updated_spreadsheet : Option< Spreadsheet >
120121
}
121122
}
122123

0 commit comments

Comments
 (0)