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

Version Path
ory-client-0.0.1.alpha178 docs/ProjectInvite.md
ory-client-0.0.1.alpha177 docs/ProjectInvite.md
ory-client-0.0.1.alpha176 docs/ProjectInvite.md
ory-client-0.0.1.alpha175 docs/ProjectInvite.md
ory-client-0.0.1.alpha169 docs/ProjectInvite.md
ory-client-0.0.1.alpha168 docs/ProjectInvite.md
ory-client-0.0.1.alpha167 docs/ProjectInvite.md
ory-client-0.0.1.alpha166 docs/ProjectInvite.md
ory-client-0.0.1.alpha165 docs/ProjectInvite.md
ory-client-0.0.1.alpha164 docs/ProjectInvite.md
ory-client-0.0.1.alpha163 docs/ProjectInvite.md
ory-client-0.0.1.alpha162 docs/ProjectInvite.md
ory-client-0.0.1.alpha161 docs/ProjectInvite.md
ory-client-0.0.1.alpha160 docs/ProjectInvite.md
ory-client-0.0.1.alpha159 docs/ProjectInvite.md
ory-client-0.0.1.alpha158 docs/ProjectInvite.md
ory-client-0.0.1.alpha157 docs/ProjectInvite.md
ory-client-0.0.1.alpha156 docs/ProjectInvite.md
ory-client-0.0.1.alpha155 docs/ProjectInvite.md
ory-client-0.0.1.alpha154 docs/ProjectInvite.md