Class CsvRow
A representation of a single data row in a CSV file.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class CsvRow : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Entries
The data entries in a CSV file row, as a string array rather than a single comma-separated string.
Declaration
[JsonProperty("entries")]
public virtual IList<string> Entries { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> |