| 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] |
require 'ultracart_api'
instance = UltracartClient::SfvbFileVersionsResponse.new(
fs_file_oid: null,
path: null,
versions: null
)