Show / Hide Table of Contents

Class CollectionStatusItemLevelIssue

Issue associated with the collection.

Inheritance
object
CollectionStatusItemLevelIssue
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 CollectionStatusItemLevelIssue : IDirectResponseSchema

Properties

ApplicableCountries

Country codes (ISO 3166-1 alpha-2) where issue applies to the offer.

Declaration
[JsonProperty("applicableCountries")]
public virtual IList<string> ApplicableCountries { get; set; }
Property Value
Type Description
IList<string>

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
string

Code

The error code of the issue.

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

Description

A short issue description in English.

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

Destination

The destination the issue applies to.

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

Detail

A detailed issue description in English.

Declaration
[JsonProperty("detail")]
public virtual string Detail { get; set; }
Property Value
Type Description
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
string

ETag

The ETag of the item.

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

Resolution

Whether the issue can be resolved by the merchant.

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

Servability

How this issue affects the serving of the collection.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX