Show / Hide Table of Contents

Class ProductStatusItemLevelIssue

Inheritance
System.Object
ProductStatusItemLevelIssue
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 ProductStatusItemLevelIssue : IDirectResponseSchema

Properties

AttributeName

The attribute's name, if the issue is caused by a single attribute.

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

Code

The error code of the issue.

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

Description

A short issue description in English.

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

Destination

The destination the issue applies to.

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

Detail

A detailed issue description in English.

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

Documentation

The URL of a web page to help with resolving this issue.

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

ETag

The ETag of the item.

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

Resolution

Whether the issue can be resolved by the merchant.

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

Servability

How this issue affects serving of the offer.

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

Implements

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