class DocuSign_Rooms::GetDocumentsOptions
Attributes
count[RW]
Number of documents to return. Defaults to the maximum which is 100.
start_position[RW]
Position of the first item in the total results. Defaults to 0.
Public Class Methods
default()
click to toggle source
# File lib/docusign_rooms/api/rooms_api.rb, line 41 def self.default @@default ||= GetDocumentsOptions.new end