Sha256: e1590a2cebbc5892423c75ce8285d88cb0cf3f155f65d841bf2fea3cbfcfaf18
Contents?: true
Size: 458 Bytes
Versions: 14
Compression:
Stored size: 458 Bytes
Contents
# OryClient::ProjectMember ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **email** | **String** | | | | **email_verified** | **Boolean** | | | | **id** | **String** | | | | **name** | **String** | | | | **role** | **String** | | | ## Example ```ruby require 'ory-client' instance = OryClient::ProjectMember.new( email: null, email_verified: null, id: null, name: null, role: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems