GetRestoreTestingPlanPlainArgs

data class GetRestoreTestingPlanPlainArgs(val restoreTestingPlanName: String) : ConvertibleToJava<GetRestoreTestingPlanPlainArgs>

Constructors

Link copied to clipboard
constructor(restoreTestingPlanName: String)

Properties

Link copied to clipboard

The RestoreTestingPlanName is a unique string that is the name of the restore testing plan. This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.

Functions

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