Class ImportDataRequest
Request message for ImportData.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class ImportDataRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InputConfig
Required. The config for the input content.
Declaration
[JsonProperty("inputConfig")]
public virtual DatasetInputConfig InputConfig { get; set; }
Property Value
Type | Description |
---|---|
DatasetInputConfig |