DatafeedStatus class
The status of a datafeed, i.e., the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished.
Constructors
- DatafeedStatus()
- 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
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- 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. Value: the fixed string
"
content#datafeedStatus
"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-only, inherited
-
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, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited