Virtual Machine Run Command Script Source Response
data class VirtualMachineRunCommandScriptSourceResponse(val commandId: String? = null, val script: String? = null, val scriptUri: String? = null)
Describes the script sources for run command.