class DocuSign_Rooms::GetRegionsOptions

Attributes

count[RW]

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

managed_only[RW]

When true, the response only includes regions that the calling user can manage.

start_position[RW]

Position in the overall list of regions to begin results.

Public Class Methods

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