Session: Session Class

SessionR Documentation

Session Class

Description

Session Class

Session Class

Public fields

can
id
ip_address
browser
operating_system
city
state
country
credentials_type
extended_at
extended_count
sudo_user_id
created_at
expires_at
url

Methods

Public methods


Method new()

Usage
Session$new(
  can,
  id,
  ip_address,
  browser,
  operating_system,
  city,
  state,
  country,
  credentials_type,
  extended_at,
  extended_count,
  sudo_user_id,
  created_at,
  expires_at,
  url
)

Method toJSON()

Usage
Session$toJSON()

Method fromJSONObject()

Usage
Session$fromJSONObject(SessionJsonObject)

Method fromJSON()

Usage
Session$fromJSON(SessionJson)

Method toJSONString()

Usage
Session$toJSONString()

Method fromJSONString()

Usage
Session$fromJSONString(SessionJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Session$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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