GroupListing | R Documentation |
GroupListing Class
An R6Class
generator object
id
character [optional]
namespace
character [optional]
name
character [optional]
description
character [optional]
groups
list( Group ) [optional]
assets
list( ArrayInfo ) [optional]
pagination_metadata
PaginationMetadata [optional]
new()
GroupListing$new( id = NULL, namespace = NULL, name = NULL, description = NULL, groups = NULL, assets = NULL, pagination_metadata = NULL, ... )
toJSON()
GroupListing$toJSON()
fromJSON()
GroupListing$fromJSON(GroupListingJson)
toJSONString()
GroupListing$toJSONString()
fromJSONString()
GroupListing$fromJSONString(GroupListingJson)
clone()
The objects of this class are cloneable with this method.
GroupListing$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.