Sha256: c75566087dcc4d2d0ff885a490fcd3de41f0b65764008495aa14334b32abd4d5
Contents?: true
Size: 617 Bytes
Versions: 2
Compression:
Stored size: 617 Bytes
Contents
# Passbase::IdentityOwner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email** | **String** | Email of the user the identity belongs to | [optional] **first_name** | **String** | First name of the user the identity belongs to | [optional] **last_name** | **String** | Last name of the user the identity belongs to | [optional] ## Code Sample ```ruby require 'Passbase' instance = Passbase::IdentityOwner.new(email: john.doe@example.com, first_name: John, last_name: Doe) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
passbase-1.2.0 | docs/IdentityOwner.md |
passbase-1.1.0 | docs/IdentityOwner.md |