Show / Hide Table of Contents

Class GoogleCloudRetailV2ProductInlineSource

The inline source for the input config for ImportProducts method.

Inheritance
System.Object
GoogleCloudRetailV2ProductInlineSource
Implements
Google.Apis.Requests.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.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2ProductInlineSource : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Products

Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 10k items.

Declaration
[JsonProperty("products")]
public virtual IList<GoogleCloudRetailV2Product> Products { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<GoogleCloudRetailV2Product>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top