TargetHealth class

Information about the current health of a target.

Constructors

TargetHealth({String? description, TargetHealthReasonEnum? reason, TargetHealthStateEnum? state})
TargetHealth.fromXml(XmlElement elem)
factory

Properties

description String?
A description of the target health that provides additional details. If the state is healthy, a description is not provided.
final
hashCode int
The hash code for this object.
no setterinherited
reason TargetHealthReasonEnum?
The reason code.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state TargetHealthStateEnum?
The state of the target.
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