VaultIdentifier {factset.analyticsapi.engines}R Documentation

VaultIdentifier

Description

VaultIdentifier Class

Format

An R6Class generator object

Public fields

id

character

Methods

Public methods


Method new()

Usage
VaultIdentifier$new(id, ...)

Method toJSON()

Usage
VaultIdentifier$toJSON()

Method fromJSON()

Usage
VaultIdentifier$fromJSON(VaultIdentifierJson)

Method toJSONString()

Usage
VaultIdentifier$toJSONString()

Method fromJSONString()

Usage
VaultIdentifier$fromJSONString(VaultIdentifierJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
VaultIdentifier$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


[Package factset.analyticsapi.engines version 3.0.1 Index]