Class AppendValuesResponse
The response when updating a range of values in a spreadsheet.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class AppendValuesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SpreadsheetId
The spreadsheet the updates were applied to.
Declaration
[JsonProperty("spreadsheetId")]
public virtual string SpreadsheetId { get; set; }
Property Value
Type | Description |
---|---|
string |
TableRange
The range (in A1 notation) of the table that values are being appended to (before the values were appended). Empty if no table was found.
Declaration
[JsonProperty("tableRange")]
public virtual string TableRange { get; set; }
Property Value
Type | Description |
---|---|
string |
Updates
Information about the updates that were applied.
Declaration
[JsonProperty("updates")]
public virtual UpdateValuesResponse Updates { get; set; }
Property Value
Type | Description |
---|---|
UpdateValuesResponse |