DropInfo constructor

DropInfo({
  1. String? cause,
  2. String? destinationGeolocationCode,
  3. String? destinationIp,
  4. String? region,
  5. String? resourceUri,
  6. String? sourceGeolocationCode,
  7. String? sourceIp,
})

Implementation

DropInfo({
  this.cause,
  this.destinationGeolocationCode,
  this.destinationIp,
  this.region,
  this.resourceUri,
  this.sourceGeolocationCode,
  this.sourceIp,
});