Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 317 Bytes

File metadata and controls

18 lines (12 loc) · 317 Bytes

RankVectors::UpdateSuggestionRequest

Properties

Name Type Description Notes
status String New status for the suggestion

Example

require 'rankvectors'

instance = RankVectors::UpdateSuggestionRequest.new(
  status: approved
)