class DocuSign_Rooms::GetOfficesOptions

Attributes

count[RW]

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

only_accessible[RW]

When true, the response only includes offices accessible to the calling user.

start_position[RW]

Position in the overall list of offices to begin results.

Public Class Methods

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