Class DatafeedStatusExample
An example occurrence for a particular error.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class DatafeedStatusExample : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemId
The ID of the example item.
Declaration
[JsonProperty("itemId")]
public virtual string ItemId { get; set; }
Property Value
Type | Description |
---|---|
string |
LineNumber
Line number in the data feed where the example is found.
Declaration
[JsonProperty("lineNumber")]
public virtual ulong? LineNumber { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Value
The problematic value.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |