Skip to contents

ArrayTaskBrowserSidebar Class

Format

An R6Class generator object

Public fields

organizations

list( character ) [optional]

result_count_for_all

integer [optional]

result_count_by_namespace

object [optional]

Methods


Method new()

Usage

ArrayTaskBrowserSidebar$new(
  organizations = NULL,
  result_count_for_all = NULL,
  result_count_by_namespace = NULL,
  ...
)


Method toJSON()

Usage

ArrayTaskBrowserSidebar$toJSON()


Method fromJSON()

Usage

ArrayTaskBrowserSidebar$fromJSON(ArrayTaskBrowserSidebarJson)


Method toJSONString()

Usage

ArrayTaskBrowserSidebar$toJSONString()


Method fromJSONString()

Usage

ArrayTaskBrowserSidebar$fromJSONString(ArrayTaskBrowserSidebarJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ArrayTaskBrowserSidebar$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.