CreateWebACLResponse constructor

CreateWebACLResponse({
  1. String? changeToken,
  2. WebACL? webACL,
})

Implementation

CreateWebACLResponse({
  this.changeToken,
  this.webACL,
});