Get Backup Run Plain Args
data class GetBackupRunPlainArgs(val backupId: Int? = null, val instance: String, val mostRecent: Boolean? = null, val project: String? = null) : ConvertibleToJava<GetBackupRunPlainArgs>
A collection of arguments for invoking getBackupRun.
Constructors
Link copied to clipboard
fun GetBackupRunPlainArgs(backupId: Int? = null, instance: String, mostRecent: Boolean? = null, project: String? = null)