Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 507 Bytes

File metadata and controls

22 lines (16 loc) · 507 Bytes

RankVectors::ReportImplementationStatusRequest

Properties

Name Type Description Notes
suggestion_id String ID of the suggestion
api_key String Your RankVectors API key
status String Implementation status

Example

require 'rankvectors'

instance = RankVectors::ReportImplementationStatusRequest.new(
  suggestion_id: sugg-123,
  api_key: rv_1234567890abcdef,
  status: success
)