Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 290 Bytes

SendDocumentRequest.md

File metadata and controls

18 lines (12 loc) · 290 Bytes

OpenapiClient::SendDocumentRequest

Properties

Name Type Description Notes
file File Document file

Example

require 'openapi_client'

instance = OpenapiClient::SendDocumentRequest.new(
  file: null
)