Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 529 Bytes

PositionSpread.md

File metadata and controls

22 lines (16 loc) · 529 Bytes

SiteimproveAPIClient::PositionSpread

Properties

Name Type Description Notes
name String The name of your website / your competitor [optional]
keywords Integer The number of keywords within the range
range String The position range of the keywords [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::PositionSpread.new(
  name: null,
  keywords: null,
  range: null
)