Class GoogleCloudRetailV2RemoveLocalInventoriesRequest
Request message for ProductService.RemoveLocalInventories method.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2RemoveLocalInventoriesRequest : IDirectResponseSchema
Properties
AllowMissing
If set to true, and the Product is not found, the local inventory removal request will still be processed and retained for at most 1 day and processed once the Product is created. If set to false, a NOT_FOUND error is returned if the Product is not found.
Declaration
[JsonProperty("allowMissing")]
public virtual bool? AllowMissing { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlaceIds
Required. A list of place IDs to have their inventory deleted. At most 3000 place IDs are allowed per request.
Declaration
[JsonProperty("placeIds")]
public virtual IList<string> PlaceIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
RemoveTime
object representation of RemoveTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RemoveTimeDateTimeOffset instead.")]
public virtual object RemoveTime { get; set; }
Property Value
Type | Description |
---|---|
object |
RemoveTimeDateTimeOffset
DateTimeOffset representation of RemoveTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RemoveTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
RemoveTimeRaw
The time when the inventory deletions are issued. Used to prevent out-of-order updates and deletions on local inventory fields. If not provided, the internal system time will be used.
Declaration
[JsonProperty("removeTime")]
public virtual string RemoveTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |