class DocuSign_eSign::ListWorkspaceFolderItemsOptions
Attributes
count[RW]
The maximum number of results to be returned by this request.
include_files[RW]
When set to *true*, file information is returned in the response along with folder information. The default is *false*.
include_sub_folders[RW]
When set to *true*, information about the sub-folders of the current folder is returned. The default is *false*.
include_thumbnails[RW]
When set to *true*, thumbnails are returned as part of the response. The default is *false*.
include_user_detail[RW]
Set to *true* to return extended details about the user. The default is *false*.
start_position[RW]
The position within the total result set from which to start returning values.
workspace_user_id[RW]
If set, then the results are filtered to those associated with the specified userId.
Public Class Methods
default()
click to toggle source
# File lib/docusign_esign/api/workspaces_api.rb, line 71 def self.default @@default ||= ListWorkspaceFolderItemsOptions.new end