Class ImportProductSetsInputConfig
The input content for the ImportProductSets method.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class ImportProductSetsInputConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GcsSource
The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line.
Declaration
[JsonProperty("gcsSource")]
public virtual ImportProductSetsGcsSource GcsSource { get; set; }
Property Value
| Type | Description |
|---|---|
| ImportProductSetsGcsSource |