Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 385 Bytes

File metadata and controls

20 lines (14 loc) · 385 Bytes

RankVectors::DeleteProject200Response

Properties

Name Type Description Notes
success Boolean [optional]
message String [optional]

Example

require 'rankvectors'

instance = RankVectors::DeleteProject200Response.new(
  success: true,
  message: Project deleted successfully
)