class CopyParams(val fromVolser: String? = null, val fromDataSet: String, val toVolser: String? = null, val toDataSet: String, val replace: Boolean = false, val copyAllMembers: Boolean = false)
This interface defines the options that can be sent into the copy data set function.