Class: DocuSign_eSign::ListWorkspaceFolderItemsOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::ListWorkspaceFolderItemsOptions
- Defined in:
- lib/docusign_esign/api/workspaces_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
The maximum number of results to be returned by this request.
-
#include_files ⇒ Object
When set to true, file information is returned in the response along with folder information.
-
#include_sub_folders ⇒ Object
When set to true, information about the sub-folders of the current folder is returned.
-
#include_thumbnails ⇒ Object
When set to true, thumbnails are returned as part of the response.
-
#include_user_detail ⇒ Object
Set to true to return extended details about the user.
-
#start_position ⇒ Object
The position within the total result set from which to start returning values.
-
#workspace_user_id ⇒ Object
If set, then the results are filtered to those associated with the specified userId.
Class Method Summary collapse
Instance Attribute Details
#count ⇒ Object
The maximum number of results to be returned by this request.
51 52 53 |
# File 'lib/docusign_esign/api/workspaces_api.rb', line 51 def count @count end |
#include_files ⇒ Object
When set to true, file information is returned in the response along with folder information. The default is false.
54 55 56 |
# File 'lib/docusign_esign/api/workspaces_api.rb', line 54 def include_files @include_files end |
#include_sub_folders ⇒ Object
When set to true, information about the sub-folders of the current folder is returned. The default is false.
57 58 59 |
# File 'lib/docusign_esign/api/workspaces_api.rb', line 57 def include_sub_folders @include_sub_folders end |
#include_thumbnails ⇒ Object
When set to true, thumbnails are returned as part of the response. The default is false.
60 61 62 |
# File 'lib/docusign_esign/api/workspaces_api.rb', line 60 def include_thumbnails @include_thumbnails end |
#include_user_detail ⇒ Object
Set to true to return extended details about the user. The default is false.
63 64 65 |
# File 'lib/docusign_esign/api/workspaces_api.rb', line 63 def include_user_detail @include_user_detail end |
#start_position ⇒ Object
The position within the total result set from which to start returning values.
66 67 68 |
# File 'lib/docusign_esign/api/workspaces_api.rb', line 66 def start_position @start_position end |
#workspace_user_id ⇒ Object
If set, then the results are filtered to those associated with the specified userId.
69 70 71 |
# File 'lib/docusign_esign/api/workspaces_api.rb', line 69 def workspace_user_id @workspace_user_id end |
Class Method Details
.default ⇒ Object
71 72 73 |
# File 'lib/docusign_esign/api/workspaces_api.rb', line 71 def self.default @@default ||= ListWorkspaceFolderItemsOptions.new end |