File

data class File(var fileName: String, var type: CopyDataZOS.CopyFromFile.File.CopyType? = null)

Constructors

Link copied to clipboard
fun File(fileName: String, type: CopyDataZOS.CopyFromFile.File.CopyType? = null)

Types

Properties

Link copied to clipboard
@SerializedName(value = "filename")
@Expose
var fileName: String
Link copied to clipboard
@SerializedName(value = "type")
@Expose
var type: CopyDataZOS.CopyFromFile.File.CopyType? = null