Show / Hide Table of Contents

Class AppendValuesResponse

The response when updating a range of values in a spreadsheet.

Inheritance
object
AppendValuesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX