Show / Hide Table of Contents

Class Issue

Product issue.

Inheritance
object
Issue
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.ManufacturerCenter.v1.Data
Assembly: Google.Apis.ManufacturerCenter.v1.dll
Syntax
public class Issue : IDirectResponseSchema

Properties

ApplicableCountries

Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.

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

Attribute

If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.

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

Description

Longer description of the issue focused on how to resolve it.

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

Destination

The destination this issue applies to.

Declaration
[JsonProperty("destination")]
public virtual string Destination { 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

What needs to happen to resolve the issue.

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

Severity

The severity of the issue.

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

Timestamp

object representation of TimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampDateTimeOffset instead.")]
public virtual object Timestamp { get; set; }
Property Value
Type Description
object

TimestampDateTimeOffset

DateTimeOffset representation of TimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TimestampRaw

The timestamp when this issue appeared.

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

Title

Short title describing the nature of the issue.

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

Type

The server-generated type of the issue, for example, “INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX