class DocuSign_Monitor::GetStreamOptions
Attributes
cursor[RW]
The cursor value to continue querying the data with. For an intial call, use empty string
limit[RW]
The maximum number of records to return, minimum of 1, maximum of 2000. Defaults to 1000 if no value is provided
Public Class Methods
default()
click to toggle source
# File lib/docusign_monitor/api/data_set_api.rb, line 23 def self.default @@default ||= GetStreamOptions.new end