CybridApiId::UserIdpModel
Properties
Name |
Type |
Description |
Notes |
guid |
String |
Auto-generated unique identifier for the user. |
[optional] |
username |
String |
The user’s username. |
[optional] |
email |
String |
The user’s email address. |
[optional] |
created_at |
Time |
ISO8601 datetime the record was created at. |
[optional] |
updated_at |
Time |
ISO8601 datetime the record was last updated at. |
[optional] |
Example
require 'cybrid_api_id_ruby'
instance = CybridApiId::UserIdpModel.new(
guid: null,
username: null,
email: null,
created_at: null,
updated_at: null
)