new UpdateCaseModelVersionScriptsType()
    REST: Used to define request BODY for passing create and/or update scripts + other parameters to updateDBScripts.
Constructs a new UpdateCaseModelVersionScriptsType.
The following features are supported:
Members
createScript :string
    The database create script being updated
This property holds the value of the 'Create Script' attribute.
    Type:
- string
 
dropScript :string
    The database drop script being updated
This property holds the value of the 'Drop Script' attribute.
    Type:
- string
 
operationDetails :tibco.objectapi.bds.OperationDetailsType
    Details about why the operation was performed
This property holds the value of the 'Operation Details' containment reference.
    Type:
updateScript :string
    The database update script being updated
This property holds the value of the 'Update Script' attribute.
    Type:
- string