class DocuSign_eSign::ListGroupUsersOptions

Attributes

count[RW]

Number of records to return. The number must be greater than 1 and less than or equal to 100.

start_position[RW]

Starting value for the list.

Public Class Methods

default() click to toggle source
# File lib/docusign_esign/api/groups_api.rb, line 23
def self.default
  @@default ||= ListGroupUsersOptions.new
end