GoogleAdsSearchads360V23ResourcesShoppingProductProductIssue class

An issue affecting whether a product can show in ads.

Constructors

GoogleAdsSearchads360V23ResourcesShoppingProductProductIssue({String? adsSeverity, List<String>? affectedRegions, String? attributeName, String? description, String? detail, String? documentation, String? errorCode})
GoogleAdsSearchads360V23ResourcesShoppingProductProductIssue.fromJson(Map json_)

Properties

adsSeverity String?
The severity of the issue in Google Ads.
getter/setter pair
affectedRegions List<String>?
List of upper-case two-letter ISO 3166-1 codes of the regions affected by the issue.
getter/setter pair
attributeName String?
The name of the product's attribute, if any, that triggered the issue.
getter/setter pair
description String?
The short description of the issue in English.
getter/setter pair
detail String?
The detailed description of the issue in English.
getter/setter pair
documentation String?
The URL of the Help Center article for the issue.
getter/setter pair
errorCode String?
The error code that identifies the issue.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited