Sha256: 8f1d204e7b2d0225600d2f32d8a44ba21ff0c34a78366d4358698d6519e26234
Contents?: true
Size: 719 Bytes
Versions: 682
Compression:
Stored size: 719 Bytes
Contents
# 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 ```ruby require 'cybrid_api_id_ruby' instance = CybridApiId::UserIdpModel.new( guid: null, username: null, email: null, created_at: null, updated_at: null ) ```
Version data entries
682 entries across 682 versions & 1 rubygems