Show / Hide Table of Contents

Class AddSlicerResponse

The result of adding a slicer to a spreadsheet.

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

Properties

ETag

The ETag of the item.

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

Slicer

The newly added slicer.

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

Implements

IDirectResponseSchema
Back to top