Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 537 Bytes

File metadata and controls

20 lines (14 loc) · 537 Bytes

UltracartClient::SfvbContainerRevertRequest

Properties

Name Type Description Notes
comment String Optional comment recorded against the new version the revert creates. [optional]
container_history_oid Integer History record oid to restore, as returned by container_versions. [optional]

Example

require 'ultracart_api'

instance = UltracartClient::SfvbContainerRevertRequest.new(
  comment: null,
  container_history_oid: null
)