AudienceGroupStatus
in package
AudienceGroupStatus Class Doc Comment
Tags
Table of Contents
Constants
- ACTIVATING : mixed = 'ACTIVATING'
- EXPIRED : mixed = 'EXPIRED'
- FAILED : mixed = 'FAILED'
- IN_PROGRESS : mixed = 'IN_PROGRESS'
- Possible values of this enum
- INACTIVE : mixed = 'INACTIVE'
- READY : mixed = 'READY'
Methods
- getAllowableEnumValues() : array<string|int, string>
- Gets allowable values of the enum
Constants
ACTIVATING
public
mixed
ACTIVATING
= 'ACTIVATING'
EXPIRED
public
mixed
EXPIRED
= 'EXPIRED'
FAILED
public
mixed
FAILED
= 'FAILED'
IN_PROGRESS
Possible values of this enum
public
mixed
IN_PROGRESS
= 'IN_PROGRESS'
INACTIVE
public
mixed
INACTIVE
= 'INACTIVE'
READY
public
mixed
READY
= 'READY'
Methods
getAllowableEnumValues()
Gets allowable values of the enum
public
static getAllowableEnumValues() : array<string|int, string>