class DocuSign_eSign::ListGroupsOptions

Attributes

count[RW]

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

group_type[RW]
include_usercount[RW]
search_text[RW]
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 44
def self.default
  @@default ||= ListGroupsOptions.new
end