Class GoogleCloudRetailV2alphaBigQueryOutputResult
A BigQuery output result.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaBigQueryOutputResult : IDirectResponseSchema
Properties
DatasetId
The ID of a BigQuery Dataset.
Declaration
[JsonProperty("datasetId")]
public virtual string DatasetId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TableId
The ID of a BigQuery Table.
Declaration
[JsonProperty("tableId")]
public virtual string TableId { get; set; }
Property Value
Type | Description |
---|---|
string |