Skip to contents

ArrayInfoUpdate Class

Format

An R6Class generator object

Public fields

description

character [optional]

name

character [optional]

uri

character [optional]

file_type

FileType [optional]

file_properties

named list( character ) [optional]

access_credentials_name

character [optional]

logo

character [optional]

tags

list( character ) [optional]

license_id

character [optional]

license_text

character [optional]

read_only

character [optional]

Methods


Method new()

Usage

ArrayInfoUpdate$new(
  description = NULL,
  name = NULL,
  uri = NULL,
  file_type = NULL,
  file_properties = NULL,
  access_credentials_name = NULL,
  logo = NULL,
  tags = NULL,
  license_id = NULL,
  license_text = NULL,
  read_only = 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.