Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 567 Bytes

File metadata and controls

22 lines (16 loc) · 567 Bytes

UltracartClient::SfvbFileRevertRequest

Properties

Name Type Description Notes
comment String Optional comment recorded against the new version the revert creates. [optional]
path String Path of the file to revert. [optional]
version Integer Version to restore, as returned by files/versions. [optional]

Example

require 'ultracart_api'

instance = UltracartClient::SfvbFileRevertRequest.new(
  comment: null,
  path: null,
  version: null
)