GoogleCloudAssuredworkloadsV1ViolationExceptionContext constructor

GoogleCloudAssuredworkloadsV1ViolationExceptionContext({
  1. String? acknowledgementTime,
  2. String? comment,
  3. String? userName,
})

Implementation

GoogleCloudAssuredworkloadsV1ViolationExceptionContext({
  this.acknowledgementTime,
  this.comment,
  this.userName,
});