Class GoogleCloudRetailV2ImportProductsRequest
Request message for Import methods.
Inheritance
System.Object
GoogleCloudRetailV2ImportProductsRequest
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 GoogleCloudRetailV2ImportProductsRequest : IDirectResponseSchema
Properties
ErrorsConfig
The desired location of errors incurred during the Import.
Declaration
[JsonProperty("errorsConfig")]
public virtual GoogleCloudRetailV2ImportErrorsConfig ErrorsConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudRetailV2ImportErrorsConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InputConfig
Required. The desired input location of the data.
Declaration
[JsonProperty("inputConfig")]
public virtual GoogleCloudRetailV2ProductInputConfig InputConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudRetailV2ProductInputConfig |
UpdateMask
Indicates which fields in the provided imported 'products' to update. If not set, will by default update all fields.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Implements
Google.Apis.Requests.IDirectResponseSchema