Class GoogleCloudRetailV2betaGcsOutputResult
A Gcs output result.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaGcsOutputResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputUri
The uri of Gcs output
Declaration
[JsonProperty("outputUri")]
public virtual string OutputUri { get; set; }
Property Value
Type | Description |
---|---|
string |