Get Key Versions Result
data class GetKeyVersionsResult(val id: String, val ids: List<String>, val keyId: String, val outputFile: String? = null, val versions: List<GetKeyVersionsVersion>)
A collection of values returned by getKeyVersions.