ListWebACLsResponse constructor

ListWebACLsResponse({
  1. String? nextMarker,
  2. List<WebACLSummary>? webACLs,
})

Implementation

ListWebACLsResponse({
  this.nextMarker,
  this.webACLs,
});