Segment

data class Segment(val id: String?, val name: String?, val value: String?)

Class representing segment of both Seller Defined Audience and Seller Defined Content objects.

Parameters

id

The id of the Segment

name

The name of the Segment

value

The value of the Segment

Constructors

Link copied to clipboard
constructor(id: String?, name: String?, value: String?)

Properties

Link copied to clipboard
val id: String?
Link copied to clipboard
val name: String?
Link copied to clipboard

Functions

Link copied to clipboard