class DocuSign_Rooms::GetFormGroupsOptions

Attributes

count[RW]

Number of Form Groups to include in the response, (Default 100).

start_position[RW]

Position in the overall list of Form Groups to begin results.

Public Class Methods

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