RemoteClusterInfo class abstract

RemoteClusterInfo

Properties:

  • displayName - The display name for the remote cluster
  • createAt - The time in milliseconds a remote cluster was created
  • lastPingAt - The time in milliseconds a remote cluster was last pinged successfully

Constructors

RemoteClusterInfo([void updates(RemoteClusterInfoBuilder b)])
factory

Properties

createAt int?
The time in milliseconds a remote cluster was created
no setter
displayName String?
The display name for the remote cluster
no setter
hashCode int
The hash code for this object.
no setterinherited
lastPingAt int?
The time in milliseconds a remote cluster was last pinged successfully
no setter
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
rebuild(dynamic updates(RemoteClusterInfoBuilder)) RemoteClusterInfo
Rebuilds the instance.
inherited
toBuilder() RemoteClusterInfoBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<RemoteClusterInfo>
no setter