Role: Role Class

RoleR Documentation

Role Class

Description

Role Class

Role Class

Public fields

can
id
name
permission_set
permission_set_id
model_set
model_set_id
url
users_url

Methods

Public methods


Method new()

Usage
Role$new(
  can,
  id,
  name,
  permission_set,
  permission_set_id,
  model_set,
  model_set_id,
  url,
  users_url
)

Method toJSON()

Usage
Role$toJSON()

Method fromJSONObject()

Usage
Role$fromJSONObject(RoleJsonObject)

Method fromJSON()

Usage
Role$fromJSON(RoleJson)

Method toJSONString()

Usage
Role$toJSONString()

Method fromJSONString()

Usage
Role$fromJSONString(RoleJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Role$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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