AWSConnectSearchContactsTimeRange
Objective-C
@interface AWSConnectSearchContactsTimeRange
Swift
class AWSConnectSearchContactsTimeRange
A structure of time range that you want to search results.
Required parameters: [Type, StartTime, EndTime]
-
The end time of the time range.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable endTime;
Swift
var endTime: Date? { get set }
-
The start time of the time range.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable startTime;
Swift
var startTime: Date? { get set }
-
The type of timestamp to search.
Declaration
Objective-C
@property (nonatomic) AWSConnectSearchContactsTimeRangeType types;
Swift
var types: AWSConnectSearchContactsTimeRangeType { get set }