Sha256: d12e12abbfa7c54b37124e159e61bc3a608101bd9eaf156a55329139086710b3
Contents?: true
Size: 1012 Bytes
Versions: 143
Compression:
Stored size: 1012 Bytes
Contents
# OryClient::ProjectInvite ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | The Project's Revision Creation Date | [readonly] | | **id** | **String** | | | | **invitee_email** | **String** | The invitee's email | | | **invitee_id** | **String** | | [optional] | | **owner_email** | **String** | The invite owner's email Usually the project's owner email | | | **owner_id** | **String** | | | | **project_id** | **String** | | | | **status** | **String** | The invite's status Keeps track of the invites status such as pending, accepted, declined, expired | | | **updated_at** | **Time** | Last Time Project's Revision was Updated | [readonly] | ## Example ```ruby require 'ory-client' instance = OryClient::ProjectInvite.new( created_at: null, id: null, invitee_email: null, invitee_id: null, owner_email: null, owner_id: null, project_id: null, status: null, updated_at: null ) ```
Version data entries
143 entries across 143 versions & 1 rubygems