GetSelectionPlainArgs

data class GetSelectionPlainArgs(val planId: String, val selectionId: String) : ConvertibleToJava<GetSelectionPlainArgs>

A collection of arguments for invoking getSelection.

Constructors

Link copied to clipboard
constructor(planId: String, selectionId: String)

Properties

Link copied to clipboard

Backup plan ID associated with the selection of resources.

Link copied to clipboard

Backup selection ID.

Functions

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