Command: Command Class

CommandR Documentation

Command Class

Description

Command Class

Command Class

Public fields

id
author_id
name
description
linked_content_id
linked_content_type

Methods

Public methods


Method new()

Usage
Command$new(
  id,
  author_id,
  name,
  description,
  linked_content_id,
  linked_content_type
)

Method toJSON()

Usage
Command$toJSON()

Method fromJSONObject()

Usage
Command$fromJSONObject(CommandJsonObject)

Method fromJSON()

Usage
Command$fromJSON(CommandJson)

Method toJSONString()

Usage
Command$toJSONString()

Method fromJSONString()

Usage
Command$fromJSONString(CommandJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Command$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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