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.
Constructors
Link copied to clipboard
fun GetIpSetsResult(acceleratorId: String, id: String, ids: List<String>, outputFile: String? = null, sets: List<GetIpSetsSet>, status: String? = null)