class DocuSign_eSign::ListSharedAccessOptions
Attributes
count[RW]
Specifies maximum number of results included in the response. If no value is specified, this defaults to 1000.
folder_ids[RW]
item_type[RW]
Specifies the type of shared item being requested. The accepted values are: -envelopes: returns information about envelope sharing between users.
search_text[RW]
This can be used to filter user names in the response. The wild-card '*' (asterisk) can be used around the string.
start_position[RW]
If the response set exceeds Count, this can be used to specify that the method should return users starting at the specified index. The first index is 0, and should be used in the first GET call. Typically this number is a multiple of Count. If no value is specified, this defaults to be 0.
user_ids[RW]
A comma separated list of userIds for whom the shared item information is being requested.
Public Class Methods
default()
click to toggle source
# File lib/docusign_esign/api/accounts_api.rb, line 281 def self.default @@default ||= ListSharedAccessOptions.new end