Class GoogleCloudAdvisorynotificationsV1CsvCsvRow
A representation of a single data row in a CSV file.
Implements
Inherited Members
Namespace: Google.Apis.Advisorynotifications.v1.Data
Assembly: Google.Apis.Advisorynotifications.v1.dll
Syntax
public class GoogleCloudAdvisorynotificationsV1CsvCsvRow : IDirectResponseSchema
Properties
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> |