class DocuSign_Admin::GetGroupsOptions
Attributes
_end[RW]
Index of the last item to include in the response. Ignored if ‘take’ parameter is specfied
start[RW]
Index of first item to include in the response Default value: 0
take[RW]
Page size of the response Default value: 20
Public Class Methods
default()
click to toggle source
# File lib/docusign_admin/api/accounts_api.rb, line 26 def self.default @@default ||= GetGroupsOptions.new end