Class GoogleCloudRetailV2GcsOutputResult
A Gcs output result.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2GcsOutputResult : 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 |