Get Ip Sets Result
data class GetIpSetsResult(val acceleratorId: String, val id: String, val ids: List<String>, val outputFile: String? = null, val sets: List<GetIpSetsSet>, val status: String? = null)
A collection of values returned by getIpSets.