AWSConnectReferenceSummary
Objective-C
@interface AWSConnectReferenceSummary
Swift
class AWSConnectReferenceSummary
Contains summary information about a reference. ReferenceSummary contains only one non null field between the URL and attachment based on the reference type.
-
Information about the reference when the
referenceTypeisATTACHMENT. Otherwise, null.Declaration
Objective-C
@property (nonatomic, strong) AWSConnectAttachmentReference *_Nullable attachment;Swift
var attachment: AWSConnectAttachmentReference? { get set } -
Information about a reference when the
referenceTypeisDATE. Otherwise, null.Declaration
Objective-C
@property (nonatomic, strong) AWSConnectDateReference *_Nullable date;Swift
var date: AWSConnectDateReference? { get set } -
Information about a reference when the
referenceTypeisEMAIL. Otherwise, null.Declaration
Objective-C
@property (nonatomic, strong) AWSConnectEmailReference *_Nullable email;Swift
var email: AWSConnectEmailReference? { get set } -
Information about a reference when the
referenceTypeisNUMBER. Otherwise, null.Declaration
Objective-C
@property (nonatomic, strong) AWSConnectNumberReference *_Nullable number;Swift
var number: AWSConnectNumberReference? { get set } -
Information about a reference when the
referenceTypeisSTRING. Otherwise, null.Declaration
Objective-C
@property (nonatomic, strong) AWSConnectStringReference *_Nullable string;Swift
var string: AWSConnectStringReference? { get set } -
Information about the reference when the
referenceTypeisURL. Otherwise, null.Declaration
Objective-C
@property (nonatomic, strong) AWSConnectUrlReference *_Nullable url;Swift
var url: AWSConnectUrlReference? { get set }
View on GitHub
Install in Dash
AWSConnectReferenceSummary Class Reference