OptionStatus class

Provides the current status of the entity.

Constructors

OptionStatus({required DateTime creationDate, required OptionState state, required DateTime updateDate, bool? pendingDeletion, int? updateVersion})
OptionStatus.fromJson(Map<String, dynamic> json)
factory

Properties

creationDate DateTime
The timestamp of when the entity was created.
final
hashCode int
The hash code for this object.
no setterinherited
pendingDeletion bool?
Indicates whether the domain is being deleted.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state OptionState
Provides the OptionState for the domain.
final
updateDate DateTime
The timestamp of the last time the entity was updated.
final
updateVersion int?
The latest version of the entity.
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