Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 856 Bytes

File metadata and controls

14 lines (11 loc) · 856 Bytes

# SfvbCompileResponse

Properties

Name Type Description Notes
container_id string Container id the document compiled under. [optional]
directives string[] Velocity directives the compiled output declares. [optional]
success bool True when compilation produced output. [optional]
used_elements string[] Element types used, sorted. [optional]
validation \ultracart\v2\models\SfvbValidationResponse [optional]
velocity string The compiled Velocity. This is the body only; the cache wrapper a stored .cjson gets is not included. [optional]

[Back to Model list] [Back to API list] [Back to README]