class Seatsio::WorkspacesClient
def inactive(filter: nil)
def inactive(filter: nil) extended_cursor = Pagination::Cursor.new(Workspace, 'workspaces/inactive', @http_client) extended_cursor.set_query_param('filter', filter) extended_cursor end
def inactive(filter: nil) extended_cursor = Pagination::Cursor.new(Workspace, 'workspaces/inactive', @http_client) extended_cursor.set_query_param('filter', filter) extended_cursor end