AWSConnectTaskTemplateField
Objective-C
@interface AWSConnectTaskTemplateField
Swift
class AWSConnectTaskTemplateField
Describes a single task template field.
Required parameters: [Id]
-
The description of the field.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The unique identifier for the field.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectTaskTemplateFieldIdentifier *_Nullable identifier;
Swift
var identifier: AWSConnectTaskTemplateFieldIdentifier? { get set }
-
A list of options for a single select field.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable singleSelectOptions;
Swift
var singleSelectOptions: [String]? { get set }
-
Indicates the type of field.
Declaration
Objective-C
@property (nonatomic) AWSConnectTaskTemplateFieldType types;
Swift
var types: AWSConnectTaskTemplateFieldType { get set }