RobotApplicationRobotSoftwareSuiteArgs

data class RobotApplicationRobotSoftwareSuiteArgs(val name: Output<RobotApplicationRobotSoftwareSuiteName>, val version: Output<RobotApplicationRobotSoftwareSuiteVersion>? = null) : ConvertibleToJava<RobotApplicationRobotSoftwareSuiteArgs>

The robot software suite used by the robot application.

Constructors

Link copied to clipboard
constructor(name: Output<RobotApplicationRobotSoftwareSuiteName>, version: Output<RobotApplicationRobotSoftwareSuiteVersion>? = null)

Properties

Link copied to clipboard

The name of robot software suite.

Link copied to clipboard

The version of robot software suite.

Functions

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