Learn R Programming

factset.analyticsapi.engines (version 3.0.1)

VaultConfiguration: VaultConfiguration

Description

VaultConfiguration Class

Arguments

Format

An R6Class generator object

Public fields

name

character [optional]

accounts

named list( ConfigurationAccount ) [optional]

Methods

Public methods

Method new()

Usage

VaultConfiguration$new(name = NULL, accounts = NULL, ...)

Method toJSON()

Usage

VaultConfiguration$toJSON()

Method fromJSON()

Usage

VaultConfiguration$fromJSON(VaultConfigurationJson)

Method toJSONString()

Usage

VaultConfiguration$toJSONString()

Method fromJSONString()

Usage

VaultConfiguration$fromJSONString(VaultConfigurationJson)

Method clone()

The objects of this class are cloneable with this method.

Usage

VaultConfiguration$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.