CreateIPSetResponse constructor

CreateIPSetResponse({
  1. IPSetSummary? summary,
})

Implementation

CreateIPSetResponse({
  this.summary,
});