# TemplateUpdateSummary

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bulkEnvelopeStatus** | [**BulkEnvelopeStatus**](BulkEnvelopeStatus.md) |  | [optional] 
**envelopeId** | **String** | The envelope ID of the envelope status that failed to post. | [optional] 
**errorDetails** | [**ErrorDetails**](ErrorDetails.md) |  | [optional] 
**listCustomFieldUpdateResults** | [ListCustomField] |  | [optional] 
**lockInformation** | [**EnvelopeLocks**](EnvelopeLocks.md) |  | [optional] 
**purgeState** | **String** | Shows the current purge state for the envelope. The possible values are:  * `unpurged`: There has been no successful request to purge documents. * `documents_queued`: The envelope documents have been added to the purge queue, but have not been purged. * `documents_dequeued`: The envelope documents have been taken out of the purge queue. * `documents_and_metadata_queued`: The envelope documents and metadata have been added to the purge queue, but have not yet been purged. * `documents_purged`: The envelope documents have been successfully purged. * `documents_and_metadata_purged`: The envelope documents and metadata have been successfully purged.   | [optional] 
**recipientUpdateResults** | [RecipientUpdateResponse] | An array of `recipientUpdateResults` objects that contain details about the recipients. | [optional] 
**tabUpdateResults** | [**EnvelopeRecipientTabs**](EnvelopeRecipientTabs.md) |  | [optional] 
**textCustomFieldUpdateResults** | [TextCustomField] |  | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)