ColorCollectionApi: ColorCollection operations

ColorCollectionApiR Documentation

ColorCollection operations

Description

looker.ColorCollection

Methods

all_color_collections Get all Color Collections

color_collection Get Color Collection by ID

color_collections_custom Get all Custom Color Collections

color_collections_standard Get all Standard Color Collections

create_color_collection Create ColorCollection

default_color_collection Get Default Color Collection

delete_color_collection Delete ColorCollection

set_default_color_collection Set Default Color Collection

update_color_collection Update Custom Color collection

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
ColorCollectionApi$new(apiClient)

Method all_color_collections()

Usage
ColorCollectionApi$all_color_collections(fields, ...)

Method color_collection()

Usage
ColorCollectionApi$color_collection(collection_id, fields, ...)

Method color_collections_custom()

Usage
ColorCollectionApi$color_collections_custom(fields, ...)

Method color_collections_standard()

Usage
ColorCollectionApi$color_collections_standard(fields, ...)

Method create_color_collection()

Usage
ColorCollectionApi$create_color_collection(body, ...)

Method default_color_collection()

Usage
ColorCollectionApi$default_color_collection(...)

Method delete_color_collection()

Usage
ColorCollectionApi$delete_color_collection(collection_id, ...)

Method set_default_color_collection()

Usage
ColorCollectionApi$set_default_color_collection(collection_id, ...)

Method update_color_collection()

Usage
ColorCollectionApi$update_color_collection(collection_id, body, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
ColorCollectionApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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