Integration: Integration Class

IntegrationR Documentation

Integration Class

Description

Integration Class

Integration Class

Public fields

can
id
integration_hub_id
label
description
enabled
params
supported_formats
supported_action_types
supported_formattings
supported_visualization_formattings
supported_download_settings
icon_url
uses_oauth
required_fields
delegate_oauth
installed_delegate_oauth_targets

Methods

Public methods


Method new()

Usage
Integration$new(
  can,
  id,
  integration_hub_id,
  label,
  description,
  enabled,
  params,
  supported_formats,
  supported_action_types,
  supported_formattings,
  supported_visualization_formattings,
  supported_download_settings,
  icon_url,
  uses_oauth,
  required_fields,
  delegate_oauth,
  installed_delegate_oauth_targets
)

Method toJSON()

Usage
Integration$toJSON()

Method fromJSONObject()

Usage
Integration$fromJSONObject(IntegrationJsonObject)

Method fromJSON()

Usage
Integration$fromJSON(IntegrationJson)

Method toJSONString()

Usage
Integration$toJSONString()

Method fromJSONString()

Usage
Integration$fromJSONString(IntegrationJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Integration$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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