Violation constructor

Violation({
  1. String? beginTime,
  2. String? category,
  3. String? description,
  4. String? folderId,
  5. String? name,
  6. String? nonCompliantOrgPolicy,
  7. Remediation? remediation,
  8. String? resolveTime,
  9. String? state,
  10. String? updateTime,
})

Implementation

Violation({
  this.beginTime,
  this.category,
  this.description,
  this.folderId,
  this.name,
  this.nonCompliantOrgPolicy,
  this.remediation,
  this.resolveTime,
  this.state,
  this.updateTime,
});