Rule details.

Hierarchy

  • ListRulesResponseDataItem

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
attributes?: RuleAttributes

Details of a rule.

id?: string

The unique ID for a scorecard rule.

relationships?: RelationshipToRule

Scorecard create rule response relationship.

type?: RuleType

The JSON:API type for scorecard rules.

Generated using TypeDoc