class DocuSign_Rooms::GetRoomTemplatesOptions
Attributes
count[RW]
Number of room templates to return. Defaults to the maximum which is 100.
office_id[RW]
Get all room templates you have access to for this office. Response includes Company and Region
level If onlyAssignable is true, and no officeId is provided, user's default office is assumed.
only_assignable[RW]
Get list of templates you have access to. Default value false.
only_enabled[RW]
When set to true, only returns room templates that are not disabled.
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_templates_api.rb, line 32 def self.default @@default ||= GetRoomTemplatesOptions.new end