Script Status Response
data class ScriptStatusResponse(val containerInstanceId: String, val endTime: String, val error: ErrorResponseResponse? = null, val expirationTime: String, val startTime: String, val storageAccountId: String)
Generic object modeling results of script execution.