ScoreIpAddress
    
            
            in package
            
        
    
            
            implements
                            JsonSerializable                    
    
    
Model containing the IP address's risk for the Score response.
Table of Contents
Interfaces
- JsonSerializable
 
Properties
- $risk : float|null
 
Methods
- __construct() : mixed
 - jsonSerialize() : array<string|int, mixed>
 
Properties
$risk read-only
    public
        float|null
    $risk
    
    
        This field contains the risk associated with the IP address. The value ranges from 0.01 to 99. A higher score indicates a higher risk.
Methods
__construct()
    public
                    __construct(array<string|int, mixed>|null $response) : mixed
    Parameters
- $response : array<string|int, mixed>|null
 
jsonSerialize()
    public
                    jsonSerialize() : array<string|int, mixed>