Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 824 Bytes

TpdmEvaluationRatingLevel.md

File metadata and controls

17 lines (12 loc) · 824 Bytes

edfi_resources_sdk.model.TpdmEvaluationRatingLevel

Load the model package

import 'package:edfi_resources_sdk/api.dart';

Properties

Name Type Description Notes
evaluationRatingLevelDescriptor String The title for a level of rating or evaluation band (e.g., Excellent, Acceptable, Needs Improvement, Unacceptable).
maxRating double The maximum numerical rating or score to achieve the evaluation rating level. [optional]
minRating double The minimum numerical rating or score to achieve the evaluation rating level. [optional]

[Back to Model list] [Back to API list] [Back to README]