SuspiciousActivitySecurityDetail constructor

SuspiciousActivitySecurityDetail({
  1. String? deviceId,
  2. String? deviceModel,
  3. String? deviceProperty,
  4. String? deviceType,
  5. String? iosVendorId,
  6. String? newValue,
  7. String? oldValue,
  8. String? resourceId,
  9. String? serialNumber,
})

Implementation

SuspiciousActivitySecurityDetail({
  this.deviceId,
  this.deviceModel,
  this.deviceProperty,
  this.deviceType,
  this.iosVendorId,
  this.newValue,
  this.oldValue,
  this.resourceId,
  this.serialNumber,
});