GroupListingAllOf: GroupListingAllOf

GroupListingAllOfR Documentation

GroupListingAllOf

Description

GroupListingAllOf Class

Format

An R6Class generator object

Public fields

groups

list( Group ) [optional]

assets

list( ArrayInfo ) [optional]

pagination_metadata

PaginationMetadata [optional]

Methods

Public methods


Method new()

Usage
GroupListingAllOf$new(
  groups = NULL,
  assets = NULL,
  pagination_metadata = NULL,
  ...
)

Method toJSON()

Usage
GroupListingAllOf$toJSON()

Method fromJSON()

Usage
GroupListingAllOf$fromJSON(GroupListingAllOfJson)

Method toJSONString()

Usage
GroupListingAllOf$toJSONString()

Method fromJSONString()

Usage
GroupListingAllOf$fromJSONString(GroupListingAllOfJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
GroupListingAllOf$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.