Show / Hide Table of Contents

Class AccountStatusItemLevelIssue

Inheritance
object
AccountStatusItemLevelIssue
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 AccountStatusItemLevelIssue : 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
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

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

NumItems

Number of items with this issue.

Declaration
[JsonProperty("numItems")]
public virtual long? NumItems { get; set; }
Property Value
Type Description
long?

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 serving of the offer.

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