FileSourceInfoArgs

data class FileSourceInfoArgs(val shareId: Output<String>) : ConvertibleToJava<FileSourceInfoArgs>

File source details.

Constructors

Link copied to clipboard
constructor(shareId: Output<String>)

Properties

Link copied to clipboard
val shareId: Output<String>

File share ID.

Functions

Link copied to clipboard
open override fun toJava(): FileSourceInfoArgs