UltracartClient::SfvbFileUploadRequest Properties Name Type Description Notes comment String Optional comment recorded against the version this write creates. [optional] create_if_missing Boolean Create the file if it does not exist. Defaults to true. [optional] key String The key returned when the upload URL was issued. [optional] path String Storefront path to write, for example /assets/imgs/hero.jpg. The extension must match the one the upload URL was issued for, and must match the bytes. [optional] Example require 'ultracart_api' instance = UltracartClient::SfvbFileUploadRequest.new( comment: null, create_if_missing: null, key: null, path: null )