Class AddSheetResponse
The result of adding a sheet.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class AddSheetResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Properties
The properties of the newly added sheet.
Declaration
[JsonProperty("properties")]
public virtual SheetProperties Properties { get; set; }
Property Value
Type | Description |
---|---|
SheetProperties |