Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 461 Bytes

File metadata and controls

20 lines (14 loc) · 461 Bytes

RankVectors::GetPageChanges200Response

Properties

Name Type Description Notes
changes Array<PageChange> [optional]
summary GetPageChanges200ResponseSummary [optional]

Example

require 'rankvectors'

instance = RankVectors::GetPageChanges200Response.new(
  changes: null,
  summary: null
)