GetWebACLResponse constructor

GetWebACLResponse({
  1. String? lockToken,
  2. WebACL? webACL,
})

Implementation

GetWebACLResponse({
  this.lockToken,
  this.webACL,
});