Response message for MetadataService.PurgeExecutions
.
purgeCount
string ( int64
format)
The number of Executions that this request deleted (or, if force
is false, the number of Executions that will be deleted). This can be an estimate.
purgeSample[]
string
A sample of the Execution names that will be deleted. Only populated if force
is set to false. The maximum number of samples is 100 (it is possible to return fewer).
| JSON representation |
|---|
{ "purgeCount" : string , "purgeSample" : [ string ] } |

