GetOfflineBlackList

data class GetOfflineBlackList(val blackList: List<BlackList>) : SdkSuccessAnswer

Represents a successful result of getting the offline black list.

Constructors

Link copied to clipboard
constructor(blackList: List<BlackList>)

Properties

Link copied to clipboard

The list of black list items.