UpdateParallelDataResponse class

Constructors

UpdateParallelDataResponse({DateTime? latestUpdateAttemptAt, ParallelDataStatus? latestUpdateAttemptStatus, String? name, ParallelDataStatus? status})
UpdateParallelDataResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
latestUpdateAttemptAt DateTime?
The time that the most recent update was attempted.
final
latestUpdateAttemptStatus ParallelDataStatus?
The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use, the status is ACTIVE.
final
name String?
The name of the parallel data resource being updated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ParallelDataStatus?
The status of the parallel data resource that you are attempting to update. Your update request is accepted only if this status is either ACTIVE or FAILED.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited