UpdateIPSetResponse constructor

UpdateIPSetResponse({
  1. String? changeToken,
})

Implementation

UpdateIPSetResponse({
  this.changeToken,
});