CreateCollectdTimeSeriesResponse class
The CreateCollectdTimeSeries response.
Constructors
-
CreateCollectdTimeSeriesResponse({List<
CollectdPayloadError> ? payloadErrors, CreateTimeSeriesSummary? summary}) - CreateCollectdTimeSeriesResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
payloadErrors
↔ List<
CollectdPayloadError> ? -
Records the error status for points that were not written due to an error
in the request.Failed requests for which nothing is written will return an
error response instead.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- summary ↔ CreateTimeSeriesSummary?
-
Aggregate statistics from writing the payloads.
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