Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 382 Bytes

File metadata and controls

20 lines (14 loc) · 382 Bytes

RankVectors::SyncProjectRequest

Properties

Name Type Description Notes
domain String Domain to sync [optional]
project_name String Project name [optional]

Example

require 'rankvectors'

instance = RankVectors::SyncProjectRequest.new(
  domain: null,
  project_name: null
)