| Invitation | R Documentation |
Invitation Class
An R6Class generator object
idcharacter [optional]
invitation_typeInvitationType [optional]
owner_namespace_uuidcharacter [optional]
user_namespace_uuidcharacter [optional]
organization_user_uuidcharacter [optional]
organization_namecharacter [optional]
organization_roleOrganizationRoles [optional]
array_uuidcharacter [optional]
array_namecharacter [optional]
emailcharacter [optional]
actionscharacter [optional]
statusInvitationStatus [optional]
created_atcharacter [optional]
expires_atcharacter [optional]
accepted_atcharacter [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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.