Item {sevenbridges2} | R Documentation |
Base class for describing objects: Project, Task, App, File, etc.
response
Raw response from the request.
href
Item's API request URL.
auth
Seven Bridges Authentication object.
new()
Create a new Item object.
Item$new(href = NA, response = NA, auth = NA)
href
Item's API request URL.
response
Raw API response.
auth
Seven Bridges Authentication object.
reload()
Reload the Item (resource).
Item$reload(cls, ...)
cls
Item class object.
...
Other arguments that can be passed to core api()
function
like 'limit', 'offset', 'fields', etc.
clone()
The objects of this class are cloneable with this method.
Item$clone(deep = FALSE)
deep
Whether to make a deep clone.