Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 594 Bytes

File metadata and controls

22 lines (16 loc) · 594 Bytes

UltracartClient::SfvbFileVersionsResponse

Properties

Name Type Description Notes
fs_file_oid Integer StoreFront file system file oid. [optional]
path String Path of the file. [optional]
versions Array<SfvbFileVersion> Versions, newest first. The first entry is the current content. [optional]

Example

require 'ultracart_api'

instance = UltracartClient::SfvbFileVersionsResponse.new(
  fs_file_oid: null,
  path: null,
  versions: null
)