AWSConnectEmailReference

Objective-C

@interface AWSConnectEmailReference

Swift

class AWSConnectEmailReference

Information about a reference when the referenceType is EMAIL. Otherwise, null.

  • Identifier of the email reference.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable name;

    Swift

    var name: String? { get set }
  • A valid email address.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable value;

    Swift

    var value: String? { get set }