Sha256: 4e2d15110faafb7deb13c2c39c08b96738d0bc6b28794119fddfbd935456daf8
Contents?: true
Size: 610 Bytes
Versions: 180
Compression:
Stored size: 610 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 application was created at. | [optional] | ## Example ```ruby require 'cybrid_api_id_ruby' instance = CybridApiId::UserIdpModel.new( guid: null, username: null, email: null, created_at: null ) ```
Version data entries
180 entries across 180 versions & 1 rubygems