Get Crypto Keys Result
data class GetCryptoKeysResult(val filter: String? = null, val id: String, val keyRing: String, val keys: List<GetCryptoKeysKey>)
A collection of values returned by getCryptoKeys.
A collection of values returned by getCryptoKeys.