Show / Hide Table of Contents

Class GoogleCloudAdvisorynotificationsV1Csv

A representation of a CSV file attachment, as a list of column headers and a list of data rows.

Inheritance
object
GoogleCloudAdvisorynotificationsV1Csv
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX