| Name | Type | Description | Notes |
|---|---|---|---|
| suggestion_id | String | ID of the suggestion | |
| api_key | String | Your RankVectors API key | |
| status | String | Implementation status |
require 'rankvectors'
instance = RankVectors::ReportImplementationStatusRequest.new(
suggestion_id: sugg-123,
api_key: rv_1234567890abcdef,
status: success
)