This object represents a list custom field from which envelope creators and senders can select custom data.
@type t() :: %DocuSign.Model.ListCustomField{ configurationType: String.t() | nil, errorDetails: DocuSign.Model.ErrorDetails.t() | nil, fieldId: String.t() | nil, listItems: [String.t()] | nil, name: String.t() | nil, required: String.t() | nil, show: String.t() | nil, value: String.t() | nil }