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 |
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
)