MeiroAudienceResult

data class MeiroAudienceResult(val returnedAttributes: JSONObject, val data: JSONObject)

Represents the result of the Audience request. Since the nature of the result may vary, the generic JSONObject entities are returned for returned_attributes and data fields of the response.

Constructors

Link copied to clipboard
constructor(returnedAttributes: JSONObject, data: JSONObject)

Properties

Link copied to clipboard
Link copied to clipboard