UpdateWebACLResponse constructor

UpdateWebACLResponse({
  1. String? nextLockToken,
})

Implementation

UpdateWebACLResponse({
  this.nextLockToken,
});