Class ChipRun
The run of a chip. The chip continues until the start index of the next run.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class ChipRun : IDirectResponseSchema
Properties
Chip
Optional. The chip of this run.
Declaration
[JsonProperty("chip")]
public virtual Chip Chip { get; set; }
Property Value
| Type | Description |
|---|---|
| Chip |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartIndex
Required. The zero-based character index where this run starts, in UTF-16 code units.
Declaration
[JsonProperty("startIndex")]
public virtual int? StartIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |