GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest constructor

GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest({
  1. String? acknowledgeType,
  2. String? comment,
  3. String? nonCompliantOrgPolicy,
})

Implementation

GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest({
  this.acknowledgeType,
  this.comment,
  this.nonCompliantOrgPolicy,
});