CopyFileArgs class
The set of arguments for CopyFile. The set of arguments for CopyFile.
Constructors
-
CopyFileArgs({required Input<
Connection> connection, required Input<String> localPath, required Input<String> remotePath, Input<List> ? triggers}) -
Creates a new CopyFileArgs.
connectionThe parameters with which to connect to the remote host.localPathThe path of the file to be copied.remotePathThe destination path in the remote host.triggersTrigger replacements on changes to this input.const -
CopyFileArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
connection
→ Input<
Connection> -
The parameters with which to connect to the remote host.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
localPath
→ Input<
String> -
The path of the file to be copied.
final
-
remotePath
→ Input<
String> -
The destination path in the remote host.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
triggers
→ Input<
List> ? -
Trigger replacements on changes to this input.
final
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