Show / Hide Table of Contents

Class AddSheetResponse

The result of adding a sheet.

Inheritance
System.Object
AddSheetResponse
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class AddSheetResponse : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Properties

The properties of the newly added sheet.

Declaration
public virtual SheetProperties Properties { get; set; }
Property Value
Type Description
SheetProperties

Implements

IDirectResponseSchema
Back to top