Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesShoppingProductProductIssue

An issue affecting whether a product can show in ads.

Inheritance
object
GoogleAdsSearchads360V23ResourcesShoppingProductProductIssue
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.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesShoppingProductProductIssue : IDirectResponseSchema

Properties

AdsSeverity

Output only. The severity of the issue in Google Ads.

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

AffectedRegions

Output only. List of upper-case two-letter ISO 3166-1 codes of the regions affected by the issue. If empty, all regions are affected.

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

AttributeName

Output only. The name of the product's attribute, if any, that triggered the issue.

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

Description

Output only. The short description of the issue in English.

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

Detail

Output only. The detailed description of the issue in English.

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

Documentation

Output only. The URL of the Help Center article for the 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

ErrorCode

Output only. The error code that identifies the issue.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX