| Name | Type | Description | Notes |
|---|---|---|---|
| page_url | String | URL of the page | |
| change_status | String | Change status | |
| visibility | String | Page visibility | |
| previous_scrape_at | Time | Previous scrape timestamp | [optional] |
require 'rankvectors'
instance = RankVectors::ChangeResult.new(
page_url: https://example.com/page,
change_status: same,
visibility: visible,
previous_scrape_at: 2025-01-14T10:00Z
)