LegacyFeature: LegacyFeature Class

LegacyFeatureR Documentation

LegacyFeature Class

Description

LegacyFeature Class

LegacyFeature Class

Public fields

can
id
name
description
enabled_locally
enabled
disallowed_as_of_version
disable_on_upgrade_to_version
end_of_life_version
documentation_url
approximate_disable_date
approximate_end_of_life_date
has_disabled_on_upgrade

Methods

Public methods


Method new()

Usage
LegacyFeature$new(
  can,
  id,
  name,
  description,
  enabled_locally,
  enabled,
  disallowed_as_of_version,
  disable_on_upgrade_to_version,
  end_of_life_version,
  documentation_url,
  approximate_disable_date,
  approximate_end_of_life_date,
  has_disabled_on_upgrade
)

Method toJSON()

Usage
LegacyFeature$toJSON()

Method fromJSONObject()

Usage
LegacyFeature$fromJSONObject(LegacyFeatureJsonObject)

Method fromJSON()

Usage
LegacyFeature$fromJSON(LegacyFeatureJson)

Method toJSONString()

Usage
LegacyFeature$toJSONString()

Method fromJSONString()

Usage
LegacyFeature$fromJSONString(LegacyFeatureJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
LegacyFeature$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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