Datagroup: Datagroup Class

DatagroupR Documentation

Datagroup Class

Description

Datagroup Class

Datagroup Class

Public fields

can
created_at
id
model_name
name
stale_before
trigger_check_at
trigger_error
trigger_value
triggered_at

Methods

Public methods


Method new()

Usage
Datagroup$new(
  can,
  created_at,
  id,
  model_name,
  name,
  stale_before,
  trigger_check_at,
  trigger_error,
  trigger_value,
  triggered_at
)

Method toJSON()

Usage
Datagroup$toJSON()

Method fromJSONObject()

Usage
Datagroup$fromJSONObject(DatagroupJsonObject)

Method fromJSON()

Usage
Datagroup$fromJSON(DatagroupJson)

Method toJSONString()

Usage
Datagroup$toJSONString()

Method fromJSONString()

Usage
Datagroup$fromJSONString(DatagroupJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Datagroup$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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