ArrayInfoUpdate: ArrayInfoUpdate

ArrayInfoUpdateR Documentation

ArrayInfoUpdate

Description

ArrayInfoUpdate Class

Format

An R6Class generator object

Public fields

description

character [optional]

name

character [optional]

uri

character [optional]

access_credentials_name

character [optional]

logo

character [optional]

tags

list( character ) [optional]

license_id

character [optional]

license_text

character [optional]

Methods

Public methods


Method new()

Usage
ArrayInfoUpdate$new(
  description = NULL,
  name = NULL,
  uri = NULL,
  access_credentials_name = NULL,
  logo = NULL,
  tags = NULL,
  license_id = NULL,
  license_text = NULL,
  ...
)

Method toJSON()

Usage
ArrayInfoUpdate$toJSON()

Method fromJSON()

Usage
ArrayInfoUpdate$fromJSON(ArrayInfoUpdateJson)

Method toJSONString()

Usage
ArrayInfoUpdate$toJSONString()

Method fromJSONString()

Usage
ArrayInfoUpdate$fromJSONString(ArrayInfoUpdateJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
ArrayInfoUpdate$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


eddelbuettel/tldbclr documentation built on Sept. 25, 2022, 12:46 p.m.