GetRestorePlainArgs

data class GetRestorePlainArgs(val location: String, val project: String? = null, val restoreId: String, val restorePlanId: String) : ConvertibleToJava<GetRestorePlainArgs>

Constructors

Link copied to clipboard
fun GetRestorePlainArgs(location: String, project: String? = null, restoreId: String, restorePlanId: String)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard
Link copied to clipboard