Subscription: Subscription

SubscriptionR Documentation

Subscription

Description

Subscription Class

Format

An R6Class generator object

Public fields

id

character [optional]

owner_namespace_uuid

character [optional]

customer_namespace_uuid

character [optional]

pricing

list( Pricing ) [optional]

Methods

Public methods


Method new()

Usage
Subscription$new(
  id = NULL,
  owner_namespace_uuid = NULL,
  customer_namespace_uuid = NULL,
  pricing = NULL,
  ...
)

Method toJSON()

Usage
Subscription$toJSON()

Method fromJSON()

Usage
Subscription$fromJSON(SubscriptionJson)

Method toJSONString()

Usage
Subscription$toJSONString()

Method fromJSONString()

Usage
Subscription$fromJSONString(SubscriptionJson)

Method clone()

The objects of this class are cloneable with this method.

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