Robot Application Args
data class RobotApplicationArgs(val currentRevisionId: Output<String>? = null, val environment: Output<String>? = null, val name: Output<String>? = null, val robotSoftwareSuite: Output<RobotApplicationRobotSoftwareSuiteArgs>? = null, val sources: Output<List<RobotApplicationSourceConfigArgs>>? = null, val tags: Output<RobotApplicationTagsArgs>? = null) : ConvertibleToJava<RobotApplicationArgs>
This schema is for testing purpose only.
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun RobotApplicationArgs(currentRevisionId: Output<String>? = null, environment: Output<String>? = null, name: Output<String>? = null, robotSoftwareSuite: Output<RobotApplicationRobotSoftwareSuiteArgs>? = null, sources: Output<List<RobotApplicationSourceConfigArgs>>? = null, tags: Output<RobotApplicationTagsArgs>? = null)