Document: Document

DocumentR Documentation

Document

Description

Document

Document

Format

R6Class object, super class PersistentObject, sub classes Team, RSourceLibrary, RenvInstalledLibrary, ShinyOperator, DockerWebAppOperator, DockerOperator, ROperator, WebAppOperator, GitOperator, CubeQueryTableSchema, TableSchema, ComputedTableSchema, Issue, FileDocument, FolderDocument, Schema, IssueMessage, Workflow, User, RLibrary, Operator, WorkerEndpoint, ProjectDocument, Project, SubscriptionPlan.

Super classes

tercenApi::Base -> tercenApi::IdObject -> tercenApi::PersistentObject -> Document

Public fields

isDeleted

of type bool inherited from super class PersistentObject.

rev

of type String inherited from super class PersistentObject.

id

of type String inherited from super class IdObject.

description

of type String.

name

of type String.

createdBy

of type String.

tags

list of type String.

version

of type String.

authors

list of type String.

isPublic

of type bool.

acl

object of class Acl.

createdDate

object of class Date.

lastModifiedDate

object of class Date.

urls

list of class Url.

meta

list of class Pair.

url

object of class Url.

Active bindings

isDeleted

of type bool inherited from super class PersistentObject.

rev

of type String inherited from super class PersistentObject.

id

of type String inherited from super class IdObject.

Methods

Public methods

Inherited methods

Method new()

Usage
Document$new(json = NULL)

Method init()

Usage
Document$init()

Method initJson()

Usage
Document$initJson(json)

Method toTson()

Usage
Document$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
Document$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.