LookmlTestResult: LookmlTestResult Class

LookmlTestResultR Documentation

LookmlTestResult Class

Description

LookmlTestResult Class

LookmlTestResult Class

Public fields

can
model_name
test_name
assertions_count
assertions_failed
errors
warnings
success

Methods

Public methods


Method new()

Usage
LookmlTestResult$new(
  can,
  model_name,
  test_name,
  assertions_count,
  assertions_failed,
  errors,
  warnings,
  success
)

Method toJSON()

Usage
LookmlTestResult$toJSON()

Method fromJSONObject()

Usage
LookmlTestResult$fromJSONObject(LookmlTestResultJsonObject)

Method fromJSON()

Usage
LookmlTestResult$fromJSON(LookmlTestResultJson)

Method toJSONString()

Usage
LookmlTestResult$toJSONString()

Method fromJSONString()

Usage
LookmlTestResult$fromJSONString(LookmlTestResultJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
LookmlTestResult$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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