Skip to contents

GroupListingAllOf Class

Format

An R6Class generator object

Public fields

groups

list( Group ) [optional]

assets

list( ArrayInfo ) [optional]

pagination_metadata

PaginationMetadata [optional]

Methods


Method new()

Usage

GroupListingAllOf$new(
  groups = NULL,
  assets = NULL,
  pagination_metadata = NULL,
  ...
)


Method toJSON()

Usage

GroupListingAllOf$toJSON()


Method fromJSON()

Usage

GroupListingAllOf$fromJSON(GroupListingAllOfJson)


Method toJSONString()

Usage

GroupListingAllOf$toJSONString()


Method fromJSONString()

Usage

GroupListingAllOf$fromJSONString(GroupListingAllOfJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

GroupListingAllOf$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.