GetSelectionPlainArgs

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

A collection of arguments for invoking getSelection.

Constructors

Link copied to clipboard
fun GetSelectionPlainArgs(planId: String, selectionId: String)

Functions

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

Properties

Link copied to clipboard

Backup plan ID associated with the selection of resources.

Link copied to clipboard

Backup selection ID.