class DocuSign_eSign::ListOptions
Attributes
When set to *true*, the full list of user information is returned for each user in the account.
An optional value that sets how many items are included in the response. The default setting for this is 25.
When set to *true*, only custom tabs are returned in the response.
Filters the returned user records by the email address or a sub-string of email address.
Filters user records returned by one or more group Id's.
When set to *true*, the response includes the signing group members.
An optional value that sets the direction order used to sort the item list. Valid values are: * asc = ascending sort order * desc = descending sort order
An optional value that sets the file attribute used to sort the item list. Valid values are: * modified * name
Indicates the starting point of the first item included in the response set. It uses a 0-based index. The default setting for this is 0.
Specifies the items that are returned. Valid values are: * include - The folder list will return normal folders plus template folders. * only - Only the list of template folders are returned.
Filters the user records returned by the user name or a sub-string of user name.
Public Class Methods
# File lib/docusign_esign/api/cloud_storage_api.rb, line 47 def self.default @@default ||= ListOptions.new end