StandardsControl constructor
StandardsControl({
- String? controlId,
- ControlStatus? controlStatus,
- DateTime? controlStatusUpdatedAt,
- String? description,
- String? disabledReason,
- String? remediationUrl,
- SeverityRating? severityRating,
- String? standardsControlArn,
- String? title,
Implementation
StandardsControl({
this.controlId,
this.controlStatus,
this.controlStatusUpdatedAt,
this.description,
this.disabledReason,
this.relatedRequirements,
this.remediationUrl,
this.severityRating,
this.standardsControlArn,
this.title,
});