| Name | Type | Description | Notes |
|---|---|---|---|
| safe | Boolean | Whether it's safe to implement the link | |
| reason | String | Reason for the verification result | |
| change_result | ChangeResult | [optional] |
require 'rankvectors'
instance = RankVectors::ContentVerification.new(
safe: true,
reason: Page is same,
change_result: null
)