Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 425 Bytes

File metadata and controls

20 lines (14 loc) · 425 Bytes

RankVectors::VerifyContentRequest

Properties

Name Type Description Notes
page_url String URL of the page to verify
suggestion_id String ID of the suggestion to verify

Example

require 'rankvectors'

instance = RankVectors::VerifyContentRequest.new(
  page_url: https://example.com/page,
  suggestion_id: sugg-123
)