class DocuSign_Rooms::GetRoomFoldersOptions

Attributes

count[RW]

Number of room folders to return. Defaults to the maximum which is 100.

start_position[RW]

Position of the first item in the total results. Defaults to 0.

Public Class Methods

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