Get Suppression List Address Result
data class GetSuppressionListAddressResult(val dataLocation: String, val email: String, val firstName: String? = null, val id: String, val lastModified: String, val lastName: String? = null, val name: String, val notes: String? = null, val systemData: SystemDataResponse, val type: String)
A object that represents a SuppressionList record.