Show / Hide Table of Contents

Class ImportProductSetsRequest

Request message for the ImportProductSets method.

Inheritance
System.Object
ImportProductSetsRequest
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class ImportProductSetsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

InputConfig

Required. The input content for the list of requests.

Declaration
[JsonProperty("inputConfig")]
public virtual ImportProductSetsInputConfig InputConfig { get; set; }
Property Value
Type Description
ImportProductSetsInputConfig

Implements

IDirectResponseSchema
In This Article
Back to top