CommandApi: Command operations

CommandApiR Documentation

Command operations

Description

looker.Command

Methods

create_command Create a custom command

delete_command Delete a custom command

get_all_commands Get All Commands

update_command Update a custom command

Public fields

path

Stores url path of the request.

apiClient

Handles the client-server communication.

userAgent

Set the user agent of the request.

Active bindings

path

Stores url path of the request.

Methods

Public methods


Method new()

Usage
CommandApi$new(apiClient)

Method create_command()

Usage
CommandApi$create_command(body, ...)

Method delete_command()

Usage
CommandApi$delete_command(command_id, ...)

Method get_all_commands()

Usage
CommandApi$get_all_commands(content_id, content_type, limit, ...)

Method update_command()

Usage
CommandApi$update_command(command_id, body, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
CommandApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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