ProjectWorkspace: ProjectWorkspace Class

ProjectWorkspaceR Documentation

ProjectWorkspace Class

Description

ProjectWorkspace Class

ProjectWorkspace Class

Public fields

can
project_id
workspace_id
git_status
git_head
dependency_status
git_branch
lookml_type

Methods

Public methods


Method new()

Usage
ProjectWorkspace$new(
  can,
  project_id,
  workspace_id,
  git_status,
  git_head,
  dependency_status,
  git_branch,
  lookml_type
)

Method toJSON()

Usage
ProjectWorkspace$toJSON()

Method fromJSONObject()

Usage
ProjectWorkspace$fromJSONObject(ProjectWorkspaceJsonObject)

Method fromJSON()

Usage
ProjectWorkspace$fromJSON(ProjectWorkspaceJson)

Method toJSONString()

Usage
ProjectWorkspace$toJSONString()

Method fromJSONString()

Usage
ProjectWorkspace$fromJSONString(ProjectWorkspaceJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
ProjectWorkspace$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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