Show / Hide Table of Contents

Class DatafeedStatusExample

An example occurrence for a particular error.

Inheritance
object
DatafeedStatusExample
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX