AWSConnectTagCondition

Objective-C

@interface AWSConnectTagCondition

Swift

class AWSConnectTagCondition

A leaf node condition which can be used to specify a tag condition, for example, HAVE BPO = 123.

  • The tag key in the tag condition.

    Declaration

    Objective-C

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

    Swift

    var tagKey: String? { get set }
  • The tag value in the tag condition.

    Declaration

    Objective-C

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

    Swift

    var tagValue: String? { get set }