Get Key Pairs Result
data class GetKeyPairsResult(val fingerPrint: String? = null, val id: String, val ids: List<String>, val keyPairs: List<GetKeyPairsKeyPair>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val pairs: List<GetKeyPairsPair>, val resourceGroupId: String? = null, val tags: Map<String, String>? = null)
A collection of values returned by getKeyPairs.