Packagecom.esri.baserver
Classpublic class Target
InheritanceTarget Inheritance Object
Implements IJsonObject

The Target class specifies an item of a segmentation target group.

See also

TargetGroupParameters


Public Properties
 PropertyDefined By
  name : String
Item name.
Target
  values : Array
Array of string IDs of segments belonging to this item.
Target
Public Methods
 MethodDefined By
  
Target(name:String = null, values:Array = null)
Creates a new instance of the Target class.
Target
Property Detail
nameproperty
name:String

Item name.


Implementation
    public function get name():String
    public function set name(value:String):void
valuesproperty 
values:Array

Array of string IDs of segments belonging to this item.


Implementation
    public function get values():Array
    public function set values(value:Array):void
Constructor Detail
Target()Constructor
public function Target(name:String = null, values:Array = null)

Creates a new instance of the Target class.

Parameters
name:String (default = null) — Item name.
 
values:Array (default = null) — Array of string IDs of segments belonging to this item.