Skip to contents

OrganizationUser Class

Format

An R6Class generator object

Public fields

user_id

character [optional]

organization_id

character [optional]

username

character [optional]

organization_name

character [optional]

role

OrganizationRoles [optional]

allowed_actions

list( NamespaceActions ) [optional]

Methods


Method new()

Usage

OrganizationUser$new(
  user_id = NULL,
  organization_id = NULL,
  username = NULL,
  organization_name = NULL,
  role = NULL,
  allowed_actions = NULL,
  ...
)


Method toJSON()

Usage

OrganizationUser$toJSON()


Method fromJSON()

Usage

OrganizationUser$fromJSON(OrganizationUserJson)


Method toJSONString()

Usage

OrganizationUser$toJSONString()


Method fromJSONString()

Usage

OrganizationUser$fromJSONString(OrganizationUserJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

OrganizationUser$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.