| Name |
Type |
Description |
Notes |
| id |
String |
Change identifier |
|
| page_id |
String |
Page identifier |
|
| project_id |
String |
Project identifier |
|
| change_status |
String |
Change status |
|
| visibility |
String |
Page visibility |
|
| previous_scrape_at |
Time |
Previous scrape timestamp |
[optional] |
| current_scrape_at |
Time |
Current scrape timestamp |
|
| page |
PageChangePage |
|
[optional] |
require 'rankvectors'
instance = RankVectors::PageChange.new(
id: change-123,
page_id: page-123,
project_id: proj-123,
change_status: changed,
visibility: visible,
previous_scrape_at: 2025-01-14T10:00Z,
current_scrape_at: 2025-01-15T10:00Z,
page: null
)