UserAttribute: UserAttribute Class

UserAttributeR Documentation

UserAttribute Class

Description

UserAttribute Class

UserAttribute Class

Public fields

can
id
name
label
type
default_value
is_system
is_permanent
value_is_hidden
user_can_view
user_can_edit
hidden_value_domain_whitelist

Methods

Public methods


Method new()

Usage
UserAttribute$new(
  can,
  id,
  name,
  label,
  type,
  default_value,
  is_system,
  is_permanent,
  value_is_hidden,
  user_can_view,
  user_can_edit,
  hidden_value_domain_whitelist
)

Method toJSON()

Usage
UserAttribute$toJSON()

Method fromJSONObject()

Usage
UserAttribute$fromJSONObject(UserAttributeJsonObject)

Method fromJSON()

Usage
UserAttribute$fromJSON(UserAttributeJson)

Method toJSONString()

Usage
UserAttribute$toJSONString()

Method fromJSONString()

Usage
UserAttribute$fromJSONString(UserAttributeJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
UserAttribute$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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