GetBackupSelectionResult

data class GetBackupSelectionResult(val id: String? = null, val selectionId: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, selectionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Uniquely identifies the backup selection.

Link copied to clipboard
val selectionId: String? = null

Uniquely identifies a request to assign a set of resources to a backup plan.