Invitation | R Documentation |
Invitation Class
An R6Class
generator object
id
character [optional]
invitation_type
InvitationType [optional]
owner_namespace_uuid
character [optional]
user_namespace_uuid
character [optional]
organization_user_uuid
character [optional]
organization_name
character [optional]
organization_role
OrganizationRoles [optional]
array_uuid
character [optional]
array_name
character [optional]
email
character [optional]
actions
character [optional]
status
InvitationStatus [optional]
created_at
character [optional]
expires_at
character [optional]
accepted_at
character [optional]
new()
Invitation$new( id = NULL, invitation_type = NULL, owner_namespace_uuid = NULL, user_namespace_uuid = NULL, organization_user_uuid = NULL, organization_name = NULL, organization_role = NULL, array_uuid = NULL, array_name = NULL, email = NULL, actions = NULL, status = NULL, created_at = NULL, expires_at = NULL, accepted_at = NULL, ... )
toJSON()
Invitation$toJSON()
fromJSON()
Invitation$fromJSON(InvitationJson)
toJSONString()
Invitation$toJSONString()
fromJSONString()
Invitation$fromJSONString(InvitationJson)
clone()
The objects of this class are cloneable with this method.
Invitation$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.