CostEstimate: CostEstimate Class

CostEstimateR Documentation

CostEstimate Class

Description

CostEstimate Class

CostEstimate Class

Public fields

cost
cache_hit
cost_unit
message

Methods

Public methods


Method new()

Usage
CostEstimate$new(cost, cache_hit, cost_unit, message)

Method toJSON()

Usage
CostEstimate$toJSON()

Method fromJSONObject()

Usage
CostEstimate$fromJSONObject(CostEstimateJsonObject)

Method fromJSON()

Usage
CostEstimate$fromJSON(CostEstimateJson)

Method toJSONString()

Usage
CostEstimate$toJSONString()

Method fromJSONString()

Usage
CostEstimate$fromJSONString(CostEstimateJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
CostEstimate$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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