class DocuSign_Rooms::GetRoomsOptions
Attributes
Number of rooms to return. Defaults to the maximum which is 100.
Fields-data changed end DateTime in UTC. Valid formats: yyyy-mm-dd hh:mm:ss or yyyy/mm/dd hh:mm:ss -Time is optional and will default to 00:00:00.
Fields data changed start datetime in UTC. Valid formats: yyyy-mm-dd hh:mm:ss or yyyy/mm/dd hh:mm:ss -Time is optional and will default to 00:00:00.
Only return rooms in this office.
Room
closed end datetime in UTC. Valid formats: yyyy-mm-dd hh:mm:ss or yyyy/mm/dd hh:mm:ss -Time is optional and will default to 00:00:00.
Room
closed start datetime in UTC. Valid formats: yyyy-mm-dd hh:mm:ss or yyyy/mm/dd hh:mm:ss -Time is optional and will default to 00:00:00.
Status of the rooms to return. Defaults to "Active".
Position of the first item in the total results. Defaults to 0.
Public Class Methods
# File lib/docusign_rooms/api/rooms_api.rb, line 98 def self.default @@default ||= GetRoomsOptions.new end