PurgeContextsResponse

Response message for MetadataService.PurgeContexts.

Fields
purgeCount string (int64 format)

The number of Contexts that this request deleted (or, if force is false, the number of Contexts that will be deleted). This can be an estimate.

purgeSample[] string

A sample of the Context 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
  ]
}