GroupListing: GroupListing

GroupListingR Documentation

GroupListing

Description

GroupListing Class

Format

An R6Class generator object

Public fields

id

character [optional]

namespace

character [optional]

name

character [optional]

description

character [optional]

groups

list( Group ) [optional]

assets

list( ArrayInfo ) [optional]

pagination_metadata

PaginationMetadata [optional]

Methods

Public methods


Method new()

Usage
GroupListing$new(
  id = NULL,
  namespace = NULL,
  name = NULL,
  description = NULL,
  groups = NULL,
  assets = NULL,
  pagination_metadata = NULL,
  ...
)

Method toJSON()

Usage
GroupListing$toJSON()

Method fromJSON()

Usage
GroupListing$fromJSON(GroupListingJson)

Method toJSONString()

Usage
GroupListing$toJSONString()

Method fromJSONString()

Usage
GroupListing$fromJSONString(GroupListingJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
GroupListing$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


TileDB-Inc/TileDB-Cloud-R documentation built on July 18, 2024, 3:33 p.m.