LookmlModelExplore: LookmlModelExplore Class

LookmlModelExploreR Documentation

LookmlModelExplore Class

Description

LookmlModelExplore Class

LookmlModelExplore Class

Public fields

id
name
description
label
title
scopes
can_total
can_develop
can_see_lookml
lookml_link
can_save
can_explain
can_pivot_in_db
can_subtotal
has_timezone_support
supports_cost_estimate
connection_name
null_sort_treatment
files
source_file
project_name
model_name
view_name
hidden
sql_table_name
access_filter_fields
access_filters
aliases
always_filter
conditionally_filter
index_fields
sets
tags
errors
fields
joins
group_label
supported_measure_types

Methods

Public methods


Method new()

Usage
LookmlModelExplore$new(
  id,
  name,
  description,
  label,
  title,
  scopes,
  can_total,
  can_develop,
  can_see_lookml,
  lookml_link,
  can_save,
  can_explain,
  can_pivot_in_db,
  can_subtotal,
  has_timezone_support,
  supports_cost_estimate,
  connection_name,
  null_sort_treatment,
  files,
  source_file,
  project_name,
  model_name,
  view_name,
  hidden,
  sql_table_name,
  access_filter_fields,
  access_filters,
  aliases,
  always_filter,
  conditionally_filter,
  index_fields,
  sets,
  tags,
  errors,
  fields,
  joins,
  group_label,
  supported_measure_types
)

Method toJSON()

Usage
LookmlModelExplore$toJSON()

Method fromJSONObject()

Usage
LookmlModelExplore$fromJSONObject(LookmlModelExploreJsonObject)

Method fromJSON()

Usage
LookmlModelExplore$fromJSON(LookmlModelExploreJson)

Method toJSONString()

Usage
LookmlModelExplore$toJSONString()

Method fromJSONString()

Usage
LookmlModelExplore$fromJSONString(LookmlModelExploreJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
LookmlModelExplore$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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