onspring-api-sdk
    Preparing search index...

    Class ScoringGroup

    ScoringGroup - A class that represents a scoring group.

    Index
    • Parameters

      • listValueId: string

        The id of the list value.

      • name: string

        The name of the scoring group.

      • score: number

        The score of the scoring group.

      • maximumScore: number

        The maximum score of the scoring group.

      Returns ScoringGroup

      • A new instance of ScoringGroup.
    listValueId: string
    maximumScore: number
    name: string
    score: number