GroupUpdate | R Documentation |
GroupUpdate Class
An R6Class
generator object
description
character [optional]
name
character [optional]
logo
character [optional]
access_credentials_name
character [optional]
tags
list( character ) [optional]
license_id
character [optional]
license_text
character [optional]
new()
GroupUpdate$new( description = NULL, name = NULL, logo = NULL, access_credentials_name = NULL, tags = NULL, license_id = NULL, license_text = NULL, ... )
toJSON()
GroupUpdate$toJSON()
fromJSON()
GroupUpdate$fromJSON(GroupUpdateJson)
toJSONString()
GroupUpdate$toJSONString()
fromJSONString()
GroupUpdate$fromJSONString(GroupUpdateJson)
clone()
The objects of this class are cloneable with this method.
GroupUpdate$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.