DocuSign.Model.TemplateLocks (DocuSign v2.0.0)

View Source

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

t()

@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
}

Functions

decode(value)