toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final alertPolicyAnalyses = this.alertPolicyAnalyses;
final customCheckAnalyses = this.customCheckAnalyses;
final failedCheckId = this.failedCheckId;
return {
'alertPolicyAnalyses': ?alertPolicyAnalyses,
'customCheckAnalyses': ?customCheckAnalyses,
'failedCheckId': ?failedCheckId,
};
}