Robot Application Source Config
data class RobotApplicationSourceConfig(val architecture: RobotApplicationSourceConfigArchitecture, val s3Bucket: String, val s3Key: String)
Constructors
Link copied to clipboard
constructor(architecture: RobotApplicationSourceConfigArchitecture, s3Bucket: String, s3Key: String)