Sha256: 7da5bddd3fa89974036ac72c5e79573f8b3922f1a7f5cbf74bfb575b6e23c515
Contents?: true
Size: 618 Bytes
Versions: 6
Compression:
Stored size: 618 Bytes
Contents
# TalonOne::NewInvitation ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of the user being invited. | [optional] **email** | **String** | | **acl** | **String** | a blob of acl json | **roles** | **Array<Integer>** | An array of roleIDs to assign the new user to | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewInvitation.new(name: null, email: null, acl: null, roles: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems