Setting: Setting Class

SettingR Documentation

Setting Class

Description

Setting Class

Setting Class

Public fields

extension_framework_enabled
marketplace_auto_install_enabled
marketplace_enabled
whitelabel_configuration
custom_welcome_email

Methods

Public methods


Method new()

Usage
Setting$new(
  extension_framework_enabled,
  marketplace_auto_install_enabled,
  marketplace_enabled,
  whitelabel_configuration,
  custom_welcome_email
)

Method toJSON()

Usage
Setting$toJSON()

Method fromJSONObject()

Usage
Setting$fromJSONObject(SettingJsonObject)

Method fromJSON()

Usage
Setting$fromJSON(SettingJson)

Method toJSONString()

Usage
Setting$toJSONString()

Method fromJSONString()

Usage
Setting$fromJSONString(SettingJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Setting$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.