WorkflowSourceDownloadAvailability
allowedbooleanrequired
Whether the current identity has the permission to download the project source code.
availablebooleanrequired
Whether the latest version retains the original source code.
targetstring | nullnullablerequired
sourceMode objectrequired
oneOf
- WorkflowVersionSourceMode
- null
bundled keeps only the bundle/minify products;source keeps the original source code snapshot.
WorkflowVersionSourceMode
bundled keeps only the bundle/minify products;source keeps the original source code snapshot.
Possible values: [bundled, source]
WorkflowSourceDownloadAvailability
{
"allowed": true,
"available": true,
"target": "string",
"sourceMode": "bundled"
}