| GroupListing | R Documentation |
GroupListing Class
An R6Class generator object
idcharacter [optional]
namespacecharacter [optional]
namecharacter [optional]
descriptioncharacter [optional]
groupslist( Group ) [optional]
assetslist( ArrayInfo ) [optional]
pagination_metadataPaginationMetadata [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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.