| Name | Type | Description | Notes |
|---|---|---|---|
| path | String | Optional path the template would be written to. Used only to improve error messages. | [optional] |
| template | String | The Velocity template source to validate. | [optional] |
require 'ultracart_api'
instance = UltracartClient::SfvbVelocityValidateRequest.new(
path: null,
template: null
)