LxdOperation class

Constructors

LxdOperation({required DateTime createdAt, required String description, String error = '', required String id, List<String> instanceNames = const [], bool mayCancel = false, required String status, required int statusCode, required DateTime updatedAt})

Properties

createdAt DateTime
final
description String
final
error String
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
instanceNames List<String>
final
mayCancel bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final
statusCode int
final
updatedAt DateTime
final

Methods

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

Operators

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