RadarSegment
Objective-C
@interface RadarSegment : NSObject
Swift
class RadarSegment : NSObject
Represents a user segment.
-
The description of the segment.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nonnull) NSString *__description;
Swift
var __description: String { get }
-
The external ID of the segment.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nonnull) NSString *externalId;
Swift
var externalId: String { get }