Class GoogleCloudAdvisorynotificationsV1Csv
A representation of a CSV file attachment, as a list of column headers and a list of data rows.
Implements
Inherited Members
Namespace: Google.Apis.Advisorynotifications.v1.Data
Assembly: Google.Apis.Advisorynotifications.v1.dll
Syntax
public class GoogleCloudAdvisorynotificationsV1Csv : IDirectResponseSchema
Properties
DataRows
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.
Declaration
[JsonProperty("dataRows")]
public virtual IList<GoogleCloudAdvisorynotificationsV1CsvCsvRow> DataRows { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAdvisorynotificationsV1CsvCsvRow> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Headers
The list of headers for data columns in a CSV file.
Declaration
[JsonProperty("headers")]
public virtual IList<string> Headers { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |