Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 333 Bytes

File metadata and controls

18 lines (12 loc) · 333 Bytes

VectorizerAI::DeleteImageResponse

Properties

Name Type Description Notes
success Boolean Always true when the Image Token has been deleted.

Example

require 'vectorizer_ai'

instance = VectorizerAI::DeleteImageResponse.new(
  success: null
)