Skip to contents

GroupListing Class

Format

An R6Class generator object

Public fields

id

character [optional]

namespace

character [optional]

name

character [optional]

description

character [optional]

groups

list( Group ) [optional]

assets

list( ArrayInfo ) [optional]

pagination_metadata

PaginationMetadata [optional]

Methods


Method new()

Usage

GroupListing$new(
  id = NULL,
  namespace = NULL,
  name = NULL,
  description = NULL,
  groups = NULL,
  assets = NULL,
  pagination_metadata = NULL,
  ...
)


Method toJSON()

Usage

GroupListing$toJSON()


Method fromJSON()

Usage

GroupListing$fromJSON(GroupListingJson)


Method toJSONString()

Usage

GroupListing$toJSONString()


Method fromJSONString()

Usage

GroupListing$fromJSONString(GroupListingJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

GroupListing$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.