| Name | Type | Description | Notes |
|---|---|---|---|
| pivot | String | [optional] | |
| pivot_type | String | [optional] | |
| total_related_threats | Integer | [optional] | |
| confidence | Float | [optional] |
require 'whoisfreaks'
instance = WhoisFreaks::PivotMatch.new(
pivot: null,
pivot_type: null,
total_related_threats: null,
confidence: null
)