TriggerEvaluationProperty interface
Trigger evaluation response.
Properties
evaluation |
The time when the evaluation is end. NOTE: This property will not be serialized. It can only be populated by the server. |
quick |
List of quick assessments |
resource |
List of resource ids to be evaluated |
trigger |
The time when the evaluation is triggered. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
evaluationEndTime
The time when the evaluation is end. NOTE: This property will not be serialized. It can only be populated by the server.
evaluationEndTime?: Date
Property Value
Date
quickAssessments
resourceIds
List of resource ids to be evaluated
resourceIds?: string[]
Property Value
string[]
triggerTime
The time when the evaluation is triggered. NOTE: This property will not be serialized. It can only be populated by the server.
triggerTime?: Date
Property Value
Date