Class DuplicateSheetResponse
The result of duplicating a sheet.
Inheritance
System.Object
DuplicateSheetResponse
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class DuplicateSheetResponse : 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 duplicate sheet.
Declaration
public virtual SheetProperties Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| SheetProperties |