IntegrationParam: IntegrationParam Class

IntegrationParamR Documentation

IntegrationParam Class

Description

IntegrationParam Class

IntegrationParam Class

Public fields

name
label
description
required
has_value
value
user_attribute_name
sensitive
per_user
delegate_oauth_url

Methods

Public methods


Method new()

Usage
IntegrationParam$new(
  name,
  label,
  description,
  required,
  has_value,
  value,
  user_attribute_name,
  sensitive,
  per_user,
  delegate_oauth_url
)

Method toJSON()

Usage
IntegrationParam$toJSON()

Method fromJSONObject()

Usage
IntegrationParam$fromJSONObject(IntegrationParamJsonObject)

Method fromJSON()

Usage
IntegrationParam$fromJSON(IntegrationParamJson)

Method toJSONString()

Usage
IntegrationParam$toJSONString()

Method fromJSONString()

Usage
IntegrationParam$fromJSONString(IntegrationParamJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
IntegrationParam$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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