ProjectFile: ProjectFile Class

ProjectFileR Documentation

ProjectFile Class

Description

ProjectFile Class

ProjectFile Class

Public fields

can
id
path
title
type
extension
mime_type
editable
git_status

Methods

Public methods


Method new()

Usage
ProjectFile$new(
  can,
  id,
  path,
  title,
  type,
  extension,
  mime_type,
  editable,
  git_status
)

Method toJSON()

Usage
ProjectFile$toJSON()

Method fromJSONObject()

Usage
ProjectFile$fromJSONObject(ProjectFileJsonObject)

Method fromJSON()

Usage
ProjectFile$fromJSON(ProjectFileJson)

Method toJSONString()

Usage
ProjectFile$toJSONString()

Method fromJSONString()

Usage
ProjectFile$fromJSONString(ProjectFileJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
ProjectFile$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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