Sha256: 4c19679abeb29a5bcf17cdff91295d9c3f15cf01fdeee0942942622ec55d5548
Contents?: true
Size: 344 Bytes
Versions: 3
Compression:
Stored size: 344 Bytes
Contents
# TalonOne::DeleteUserRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email** | **String** | The email address associated with the user profile. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::DeleteUserRequest.new(email: john.doe@example.com) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/DeleteUserRequest.md |
talon_one-6.0.0 | docs/DeleteUserRequest.md |
talon_one-5.0.0 | docs/DeleteUserRequest.md |