Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 662 Bytes

FileUpload.md

File metadata and controls

30 lines (24 loc) · 662 Bytes

OpenapiClient::FileUpload

Properties

Name Type Description Notes
direct_path String
file_enc_sha256 Array<Integer>
file_length Integer
file_sha256 Array<Integer>
media_key Array<Integer>
mime_type String
url String

Example

require 'openapi_client'

instance = OpenapiClient::FileUpload.new(
  direct_path: null,
  file_enc_sha256: null,
  file_length: null,
  file_sha256: null,
  media_key: null,
  mime_type: null,
  url: null
)