BadgeCondition¶
Detailed information about a condition used in coloring a custom metadata badge in Atlan.
Complete reference
This is a complete reference for the BadgeCondition
struct in Atlan, showing all of its embedded properties. For an introduction, you probably want to start with:
Embedded properties¶
These are the attributes embedded within each instance of the BadgeCondition
struct in an asset:
badgeConditionOperator ¶
Comparison operator to use when comparing a custom metadata attribute's value.
badgeConditionValue ¶
Value against which to compare the custom metadata attribute's content.
badgeConditionColorhex ¶
Color (in RGB hex, with a # prefix) to use when custom metadata attribute's content matches the value through the comparison operator.