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-1.0.0 docs/ProjectInvite.md
ory-client-1.0.0.alpha0 docs/ProjectInvite.md
ory-client-0.2.0.alpha28 docs/ProjectInvite.md
ory-client-0.2.0.alpha27 docs/ProjectInvite.md
ory-client-0.2.0.alpha26 docs/ProjectInvite.md
ory-client-0.2.0.alpha25 docs/ProjectInvite.md
ory-client-0.2.0.alpha24 docs/ProjectInvite.md
ory-client-0.2.0.alpha23 docs/ProjectInvite.md
ory-client-0.2.0.alpha22 docs/ProjectInvite.md
ory-client-0.2.0.alpha21 docs/ProjectInvite.md
ory-client-0.2.0.alpha20 docs/ProjectInvite.md
ory-client-0.2.0.alpha19 docs/ProjectInvite.md
ory-client-0.2.0.alpha18 docs/ProjectInvite.md
ory-client-0.2.0.alpha16 docs/ProjectInvite.md
ory-client-0.2.0.alpha15 docs/ProjectInvite.md
ory-client-0.2.0.alpha14 docs/ProjectInvite.md
ory-client-0.2.0.alpha4 docs/ProjectInvite.md
ory-client-0.2.0.alpha2 docs/ProjectInvite.md
ory-client-0.1.0.alpha12 docs/ProjectInvite.md
ory-client-0.1.0.alpha11 docs/ProjectInvite.md