DeleteWebACLResponse constructor

DeleteWebACLResponse({
  1. String? changeToken,
})

Implementation

DeleteWebACLResponse({
  this.changeToken,
});