This object represents a free text custom field where envelope creators and senders can enter custom data.
@type t() :: %DocuSign.Model.TextCustomField{ configurationType: String.t() | nil, errorDetails: DocuSign.Model.ErrorDetails.t() | nil, fieldId: String.t() | nil, name: String.t() | nil, required: String.t() | nil, show: String.t() | nil, value: String.t() | nil }