Collection class

The collection message.

Constructors

Collection({String? customLabel0, String? customLabel1, String? customLabel2, String? customLabel3, String? customLabel4, List<CollectionFeaturedProduct>? featuredProduct, List<String>? headline, String? id, List<String>? imageLink, String? language, String? link, String? mobileLink, String? productCountry})
Collection.fromJson(Map json_)

Properties

customLabel0 String?
Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns.
getter/setter pair
customLabel1 String?
Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns.
getter/setter pair
customLabel2 String?
Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns.
getter/setter pair
customLabel3 String?
Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns.
getter/setter pair
customLabel4 String?
Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns.
getter/setter pair
featuredProduct List<CollectionFeaturedProduct>?
This identifies one or more products associated with the collection.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headline List<String>?
Your collection's name.
getter/setter pair
id String?
The REST ID of the collection.
getter/setter pair
The URL of a collection’s image.
getter/setter pair
language String?
The language of a collection and the language of any featured products linked to the collection.
getter/setter pair
A collection’s landing page.
getter/setter pair
A collection’s mobile-optimized landing page when you have a different URL for mobile and desktop traffic.
getter/setter pair
productCountry String?
product_country attribute
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