Ftp Server Location Args
    data class FtpServerLocationArgs(val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<FtpServerLocationArgs> 
The location of ftp server dataset.
Constructors
Link copied to clipboard
                fun FtpServerLocationArgs(fileName: Output<Any>? = null, folderPath: Output<Any>? = null, type: Output<String>)