Show / Hide Table of Contents

Class BatchUpdateSpreadsheetRequest

The request for updating any aspect of a spreadsheet.

Inheritance
object
BatchUpdateSpreadsheetRequest
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 BatchUpdateSpreadsheetRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IncludeSpreadsheetInResponse

Determines if the update response should include the spreadsheet resource.

Declaration
[JsonProperty("includeSpreadsheetInResponse")]
public virtual bool? IncludeSpreadsheetInResponse { get; set; }
Property Value
Type Description
bool?

Requests

A list of updates to apply to the spreadsheet. Requests will be applied in the order they are specified. If any request is not valid, no requests will be applied.

Declaration
[JsonProperty("requests")]
public virtual IList<Request> Requests { get; set; }
Property Value
Type Description
IList<Request>

ResponseIncludeGridData

True if grid data should be returned. Meaningful only if include_spreadsheet_in_response is 'true'. This parameter is ignored if a field mask was set in the request.

Declaration
[JsonProperty("responseIncludeGridData")]
public virtual bool? ResponseIncludeGridData { get; set; }
Property Value
Type Description
bool?

ResponseRanges

Limits the ranges included in the response spreadsheet. Meaningful only if include_spreadsheet_in_response is 'true'.

Declaration
[JsonProperty("responseRanges")]
public virtual IList<string> ResponseRanges { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX