GoogleAdsSearchads360V23CommonItemAttribute class

Item attributes of the transaction.

Constructors

GoogleAdsSearchads360V23CommonItemAttribute({String? countryCode, String? itemId, String? languageCode, String? merchantId, String? quantity})
GoogleAdsSearchads360V23CommonItemAttribute.fromJson(Map json_)

Properties

countryCode String?
Common Locale Data Repository (CLDR) territory code of the country associated with the feed where your items are uploaded.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
itemId String?
A unique identifier of a product.
getter/setter pair
languageCode String?
ISO 639-1 code of the language associated with the feed where your items are uploaded.
getter/setter pair
merchantId String?
ID of the Merchant Center Account.
getter/setter pair
quantity String?
The number of items sold.
getter/setter pair
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