Show / Hide Table of Contents

Class GoogleCloudRetailV2OutputResult

Output result that stores the information about where the exported data is stored.

Inheritance
object
GoogleCloudRetailV2OutputResult
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.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2OutputResult : IDirectResponseSchema

Properties

BigqueryResult

The BigQuery location where the result is stored.

Declaration
[JsonProperty("bigqueryResult")]
public virtual IList<GoogleCloudRetailV2BigQueryOutputResult> BigqueryResult { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2BigQueryOutputResult>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GcsResult

The Google Cloud Storage location where the result is stored.

Declaration
[JsonProperty("gcsResult")]
public virtual IList<GoogleCloudRetailV2GcsOutputResult> GcsResult { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2GcsOutputResult>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX