Sha256: 7b79f888ec355612141fc87ee791cadc916d34bb62e907e39961e86eef804d9c
Contents?: true
Size: 442 Bytes
Versions: 3
Compression:
Stored size: 442 Bytes
Contents
# TalonOne::NewInviteEmail ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email** | **String** | Email address of the user. | **token** | **String** | Invitation token of the user. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewInviteEmail.new(email: john.doe@example.com, token: Gy9b8w1irmQtEPo5RmbMmSPheL5h4) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/NewInviteEmail.md |
talon_one-6.0.0 | docs/NewInviteEmail.md |
talon_one-5.0.0 | docs/NewInviteEmail.md |