ConnectorV2Health class
Constructors
-
ConnectorV2Health({required Input<
String> connectorStatus, required Input<String> lastCheckedAt, required Input<String> message}) -
Creates a new ConnectorV2Health.
connectorStatusStatus of the connector.lastCheckedAtTimestamp for the time the health status was checked.messageMessage for the reason ofconnectorStatuschange.const -
ConnectorV2Health.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
connectorStatus
→ Input<
String> -
Status of the connector.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
lastCheckedAt
→ Input<
String> -
Timestamp for the time the health status was checked.
final
-
message
→ Input<
String> -
Message for the reason of
connectorStatuschange.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited