ListFileTransferResultsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique identifier for a connector. This value should match the value supplied to the corresponding StartFileTransfer call.

Link copied to clipboard

The maximum number of files to return in a single page. Note that currently you can specify a maximum of 10 file paths in a single StartFileTransfer operation. Thus, the maximum number of file transfer results that can be returned in a single page is 10.

Link copied to clipboard

If there are more file details than returned in this call, use this value for a subsequent call to ListFileTransferResults to retrieve them.

Link copied to clipboard

A unique identifier for a file transfer. This value should match the value supplied to the corresponding StartFileTransfer call.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String