GetConnectionsFilter class

Filters the connection definitions that are returned by the GetConnections API operation.

Constructors

GetConnectionsFilter({ConnectionType? connectionType, List<String>? matchCriteria})

Properties

connectionType ConnectionType?
The type of connections to return. Currently, SFTP is not supported.
final
hashCode int
The hash code for this object.
no setterinherited
matchCriteria List<String>?
A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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