class DocuSign_eSign::ListFoldersOptions

Attributes

cloud_storage_folder_path[RW]

A comma separated list of folder IDs included in the request.

count[RW]

An optional value that sets how many items are included in the response. The default setting for this is 25.

order[RW]

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

order_by[RW]

An optional value that sets the file attribute used to sort the item list. Valid values are: * modified * name

search_text[RW]
start_position[RW]

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.

Public Class Methods

default() click to toggle source
# File lib/docusign_esign/api/cloud_storage_api.rb, line 71
def self.default
  @@default ||= ListFoldersOptions.new
end