| Name | Type | Description | Notes |
|---|---|---|---|
| page_url | String | URL of the page to verify | |
| suggestion_id | String | ID of the suggestion to verify |
require 'rankvectors'
instance = RankVectors::VerifyContentRequest.new(
page_url: https://example.com/page,
suggestion_id: sugg-123
)