Datafeed class

Datafeed configuration data.

Constructors

Datafeed({String? attributeLanguage, String? contentType, DatafeedFetchSchedule? fetchSchedule, String? fileName, DatafeedFormat? format, String? id, String? kind, String? name, List<DatafeedTarget>? targets})
Datafeed.fromJson(Map json_)

Properties

attributeLanguage String?
The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
getter/setter pair
contentType String?
The type of data feed.
getter/setter pair
fetchSchedule DatafeedFetchSchedule?
Fetch schedule for the feed file.
getter/setter pair
fileName String?
The filename of the feed.
getter/setter pair
format DatafeedFormat?
Format of the feed file.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Required for update.
getter/setter pair
kind String?
Identifies what kind of resource this is.
getter/setter pair
name String?
Required for insert.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targets List<DatafeedTarget>?
The targets this feed should apply to (country, language, destinations).
getter/setter pair

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