Show / Hide Table of Contents

Class DatafeedStatusExample

An example occurrence for a particular error.

Inheritance
System.Object
DatafeedStatusExample
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.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class DatafeedStatusExample : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ItemId

The ID of the example item.

Declaration
[JsonProperty("itemId")]
public virtual string ItemId { get; set; }
Property Value
Type Description
System.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
System.Nullable<System.UInt64>

Value

The problematic value.

Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type Description
System.String

Implements

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