IntelligenceResponse constructor
IntelligenceResponse({
- required String requestId,
- bool? newDevice,
- String? deviceId,
- bool? vpn,
- bool? proxy,
- bool? emulator,
- bool? remoteAppProviders,
- bool? mirroredScreen,
- bool? cloned,
- bool? geoSpoofed,
- bool? rooted,
- String? riskScore,
- String? ip,
- String? ipLocationCity,
- String? ipLocationRegion,
- String? ipLocationCountry,
- String? ipLocationLatitude,
- String? ipLocationLongitude,
- String? ipRiskScore,
- bool? hooking,
- bool? factoryReset,
- bool? appTampering,
- GPSLocationData? gpsLocation,
- double? sessionRiskScore,
Implementation
IntelligenceResponse({
required this.requestId,
this.newDevice,
this.deviceId,
this.vpn,
this.proxy,
this.emulator,
this.remoteAppProviders,
this.mirroredScreen,
this.cloned,
this.geoSpoofed,
this.rooted,
this.riskScore,
this.ip,
this.ipLocationCity,
this.ipLocationRegion,
this.ipLocationCountry,
this.ipLocationLatitude,
this.ipLocationLongitude,
this.ipRiskScore,
this.hooking,
this.factoryReset,
this.appTampering,
this.gpsLocation,
this.sessionRiskScore,
});