Represents a lead attribute and its value.
Type | Name | Description |
---|---|---|
int | AttributeID | Bullseye attribute ID |
string | TextValue | The value for a text attribute. |
int | NumericValue | The value for a numeric attribute. |
boolean | BoolValue | The value for a yes/no attribute. |
int | OptionID | The ID for a drop-down or radio group attribute. |