View Source DocuSign.Model.TemplateLocks (DocuSign v1.2.0)

This section provides information about template locks. You use template locks to prevent others from making changes to a template while you are modifying it.

Summary

Types

@type t() :: %DocuSign.Model.TemplateLocks{
  errorDetails: DocuSign.Model.ErrorDetails.t() | nil,
  lockDurationInSeconds: String.t() | nil,
  lockToken: String.t() | nil,
  lockType: String.t() | nil,
  lockedByApp: String.t() | nil,
  lockedByUser: DocuSign.Model.UserInfo.t() | nil,
  lockedUntilDateTime: String.t() | nil,
  useScratchPad: String.t() | nil
}