class DocuSign_Rooms::GetRoomsOptions

Attributes

count[RW]

Number of rooms to return. Defaults to the maximum which is 100.

field_data_changed_end_date[RW]

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.

field_data_changed_start_date[RW]

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.

office_id[RW]

Only return rooms in this office.

room_closed_end_date[RW]

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_date[RW]

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.

room_status[RW]

Status of the rooms to return. Defaults to "Active".

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/rooms_api.rb, line 98
def self.default
  @@default ||= GetRoomsOptions.new
end