GoogleCloudAssuredworkloadsV1Violation constructor

GoogleCloudAssuredworkloadsV1Violation({
  1. bool? acknowledged,
  2. String? acknowledgementTime,
  3. String? associatedOrgPolicyViolationId,
  4. String? auditLogLink,
  5. String? beginTime,
  6. String? category,
  7. String? description,
  8. String? exceptionAuditLogLink,
  9. List<GoogleCloudAssuredworkloadsV1ViolationExceptionContext>? exceptionContexts,
  10. String? name,
  11. String? nonCompliantOrgPolicy,
  12. String? orgPolicyConstraint,
  13. String? parentProjectNumber,
  14. GoogleCloudAssuredworkloadsV1ViolationRemediation? remediation,
  15. String? resolveTime,
  16. String? resourceName,
  17. String? resourceType,
  18. String? state,
  19. String? updateTime,
  20. String? violationType,
})

Implementation

GoogleCloudAssuredworkloadsV1Violation({
  this.acknowledged,
  this.acknowledgementTime,
  this.associatedOrgPolicyViolationId,
  this.auditLogLink,
  this.beginTime,
  this.category,
  this.description,
  this.exceptionAuditLogLink,
  this.exceptionContexts,
  this.name,
  this.nonCompliantOrgPolicy,
  this.orgPolicyConstraint,
  this.parentProjectNumber,
  this.remediation,
  this.resolveTime,
  this.resourceName,
  this.resourceType,
  this.state,
  this.updateTime,
  this.violationType,
});