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