Skip to contents

GroupUpdate Class

Format

An R6Class generator object

Public fields

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]

Methods


Method new()

Usage

GroupUpdate$new(
  description = NULL,
  name = NULL,
  logo = NULL,
  access_credentials_name = NULL,
  tags = NULL,
  license_id = NULL,
  license_text = NULL,
  ...
)


Method toJSON()

Usage

GroupUpdate$toJSON()


Method fromJSON()

Usage

GroupUpdate$fromJSON(GroupUpdateJson)


Method toJSONString()

Usage

GroupUpdate$toJSONString()


Method fromJSONString()

Usage

GroupUpdate$fromJSONString(GroupUpdateJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

GroupUpdate$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.