Skip to contents

GroupInfo Class

Format

An R6Class generator object

Public fields

id

character [optional]

namespace

character [optional]

name

character [optional]

description

character [optional]

uri

character [optional]

tiledb_uri

character [optional]

asset_count

numeric [optional]

group_count

numeric [optional]

size

numeric [optional]

last_accessed

character [optional]

allowed_actions

list( GroupActions ) [optional]

logo

character [optional]

access_credentials_name

character [optional]

share_count

numeric [optional]

public_share

character [optional]

tags

list( character ) [optional]

license_id

character [optional]

license_text

character [optional]

Methods


Method new()

Usage

GroupInfo$new(
  id = NULL,
  namespace = NULL,
  name = NULL,
  description = NULL,
  uri = NULL,
  tiledb_uri = NULL,
  asset_count = NULL,
  group_count = NULL,
  size = NULL,
  last_accessed = NULL,
  allowed_actions = NULL,
  logo = NULL,
  access_credentials_name = NULL,
  share_count = NULL,
  public_share = NULL,
  tags = NULL,
  license_id = NULL,
  license_text = NULL,
  ...
)


Method toJSON()

Usage

GroupInfo$toJSON()


Method fromJSON()

Usage

GroupInfo$fromJSON(GroupInfoJson)


Method toJSONString()

Usage

GroupInfo$toJSONString()


Method fromJSONString()

Usage

GroupInfo$fromJSONString(GroupInfoJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

GroupInfo$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.