Class DatasetOutputConfig
Output configuration for datasets.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class DatasetOutputConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsDestination
Google Cloud Storage destination to write the output.
Declaration
[JsonProperty("gcsDestination")]
public virtual GcsOutputDestination GcsDestination { get; set; }
Property Value
Type | Description |
---|---|
GcsOutputDestination |