Show / Hide Table of Contents

Class ImportProductSetsInputConfig

The input content for the ImportProductSets method.

Inheritance
object
ImportProductSetsInputConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX