Collection class Null safety
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.
read / write
- customLabel1 ↔ String?
-
Label that you assign to a collection to help organize bidding and
reporting in Shopping campaigns.
read / write
- customLabel2 ↔ String?
-
Label that you assign to a collection to help organize bidding and
reporting in Shopping campaigns.
read / write
- customLabel3 ↔ String?
-
Label that you assign to a collection to help organize bidding and
reporting in Shopping campaigns.
read / write
- customLabel4 ↔ String?
-
Label that you assign to a collection to help organize bidding and
reporting in Shopping campaigns.
read / write
-
featuredProduct
↔ List<
CollectionFeaturedProduct> ? -
This identifies one or more products associated with the collection.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
headline
↔ List<
String> ? -
Your collection's name.
read / write
- id ↔ String?
-
The REST ID of the collection.
read / write
-
imageLink
↔ List<
String> ? -
The URL of a collection’s image.
read / write
- language ↔ String?
-
The language of a collection and the language of any featured products
linked to the collection.
read / write
- link ↔ String?
-
A collection’s landing page.
read / write
- mobileLink ↔ String?
-
A collection’s mobile-optimized landing page when you have a different URL
for mobile and desktop traffic.
read / write
- productCountry ↔ String?
-
product_country attribute
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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