CreateWebACLResponse constructor

CreateWebACLResponse({
  1. WebACLSummary? summary,
})

Implementation

CreateWebACLResponse({
  this.summary,
});