User: User

UserR Documentation

User

Description

User

User

Format

R6Class object, super class Document, sub classes Team.

Super classes

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

Public fields

description

of type String inherited from super class Document.

name

of type String inherited from super class Document.

createdBy

of type String inherited from super class Document.

tags

list of type String inherited from super class Document.

version

of type String inherited from super class Document.

authors

list of type String inherited from super class Document.

isPublic

of type bool inherited from super class Document.

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.

email

of type String.

isValidated

of type bool.

domain

of type String.

roles

list of type String.

invitedByUsername

of type String.

invitationCounts

of type int.

maxInvitation

of type int.

acl

object of class Acl inherited from super class Document.

createdDate

object of class Date inherited from super class Document.

lastModifiedDate

object of class Date inherited from super class Document.

urls

list of class Url inherited from super class Document.

meta

list of class Pair inherited from super class Document.

url

object of class Url inherited from super class Document.

teamAcl

object of class Acl.

billingInfo

object of class BillingInfo.

Active bindings

description

of type String inherited from super class Document.

name

of type String inherited from super class Document.

createdBy

of type String inherited from super class Document.

tags

list of type String inherited from super class Document.

version

of type String inherited from super class Document.

authors

list of type String inherited from super class Document.

isPublic

of type bool inherited from super class Document.

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.

acl

object of class Acl inherited from super class Document.

createdDate

object of class Date inherited from super class Document.

lastModifiedDate

object of class Date inherited from super class Document.

urls

list of class Url inherited from super class Document.

meta

list of class Pair inherited from super class Document.

url

object of class Url inherited from super class Document.

Methods

Public methods

Inherited methods

Method new()

Usage
User$new(json = NULL)

Method init()

Usage
User$init()

Method initJson()

Usage
User$initJson(json)

Method toTson()

Usage
User$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
User$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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