Class GoogleCloudChannelV1Row
A row of report values.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1Row : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PartitionKey
The key for the partition this row belongs to. This field is empty if the report is not partitioned.
Declaration
[JsonProperty("partitionKey")]
public virtual string PartitionKey { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
The list of values in the row.
Declaration
[JsonProperty("values")]
public virtual IList<GoogleCloudChannelV1ReportValue> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudChannelV1ReportValue> |