UserAttributeApi: UserAttribute operations

UserAttributeApiR Documentation

UserAttribute operations

Description

looker.UserAttribute

Methods

all_user_attribute_group_values Get User Attribute Group Values

all_user_attributes Get All User Attributes

create_user_attribute Create User Attribute

delete_user_attribute Delete User Attribute

set_user_attribute_group_values Set User Attribute Group Values

update_user_attribute Update User Attribute

user_attribute Get User Attribute

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

Method all_user_attribute_group_values()

Usage
UserAttributeApi$all_user_attribute_group_values(
  user_attribute_id,
  fields,
  ...
)

Method all_user_attributes()

Usage
UserAttributeApi$all_user_attributes(fields, sorts, ...)

Method create_user_attribute()

Usage
UserAttributeApi$create_user_attribute(body, fields, ...)

Method delete_user_attribute()

Usage
UserAttributeApi$delete_user_attribute(user_attribute_id, ...)

Method set_user_attribute_group_values()

Usage
UserAttributeApi$set_user_attribute_group_values(user_attribute_id, body, ...)

Method update_user_attribute()

Usage
UserAttributeApi$update_user_attribute(user_attribute_id, body, fields, ...)

Method user_attribute()

Usage
UserAttributeApi$user_attribute(user_attribute_id, fields, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
UserAttributeApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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