Class BatchUpdateSpreadsheetResponse
The reply for batch updating a spreadsheet.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class BatchUpdateSpreadsheetResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Replies
The reply of the updates. This maps 1:1 with the updates, although replies to some requests may be empty.
Declaration
[JsonProperty("replies")]
public virtual IList<Response> Replies { get; set; }
Property Value
Type | Description |
---|---|
IList<Response> |
SpreadsheetId
The spreadsheet the updates were applied to.
Declaration
[JsonProperty("spreadsheetId")]
public virtual string SpreadsheetId { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdatedSpreadsheet
The spreadsheet after updates were applied. This is only set if
BatchUpdateSpreadsheetRequest.include_spreadsheet_in_response is true
.
Declaration
[JsonProperty("updatedSpreadsheet")]
public virtual Spreadsheet UpdatedSpreadsheet { get; set; }
Property Value
Type | Description |
---|---|
Spreadsheet |