Accepts input to create a scorecard criterion representing the presence of a link, for example, 'Has Repository' or 'Has Documentation'.
Property Name | Type | Description |
---|---|---|
linkType | CompassLinkType | The type of link, for example, 'Repository' if 'Has Repository'. |
name | InputMaybe<String> | The optional, user provided name of the scorecard criterion |
scoringStrategyRules | InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput> | |
textComparator | InputMaybe<CompassCriteriaTextComparatorOptions> | The comparison operation to be performed. |
textComparatorValue | InputMaybe<String> | The value that the field is compared to. |
weight | Number | The weight that will be used in determining the aggregate score. |
Rate this page: