DatafeedStatus class Null safety
The status of a datafeed, that is, the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished.
Constructors
-
DatafeedStatus({String? country, String? datafeedId, List<
DatafeedStatusError> ? errors, String? feedLabel, String? itemsTotal, String? itemsValid, String? kind, String? language, String? lastUploadDate, String? processingStatus, List<DatafeedStatusError> ? warnings}) - DatafeedStatus.fromJson(Map json_)
Properties
- country ↔ String?
-
The country for which the status is reported, represented as a CLDR
territory code.
read / write
- datafeedId ↔ String?
-
The ID of the feed for which the status is reported.
read / write
-
errors
↔ List<
DatafeedStatusError> ? -
The list of errors occurring in the feed.
read / write
- feedLabel ↔ String?
-
The feed label status is reported for.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- itemsTotal ↔ String?
-
The number of items in the feed that were processed.
read / write
- itemsValid ↔ String?
-
The number of items in the feed that were valid.
read / write
- kind ↔ String?
-
Identifies what kind of resource this is.
read / write
- language ↔ String?
-
The two-letter ISO 639-1 language for which the status is reported.
read / write
- lastUploadDate ↔ String?
-
The last date at which the feed was uploaded.
read / write
- processingStatus ↔ String?
-
The processing status of the feed.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
warnings
↔ List<
DatafeedStatusError> ? -
The list of errors occurring in the feed.
read / write
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