Class: UpdateCaseModelScriptsType

tibco.objectapi.bds.rest.UpdateCaseModelScriptsType

new UpdateCaseModelScriptsType()

REST: Used to define request BODY for passing combinedDropScript + other parameters to updateDBScripts. Constructs a new UpdateCaseModelScriptsType.

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