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