Sha256: 3382fd2bebe881ba27e7255146ca8a1be85469311d1ef554b9e2c42353b9a1e1

Contents?: true

Size: 1.12 KB

Versions: 21

Compression:

Stored size: 1.12 KB

Contents

# OryClient::ProjectInvite

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | The Project's Revision Creation Date | [readonly] |
| **id** | **String** | The invite's ID. | [readonly] |
| **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** | The invite owner's ID Usually the project's owner |  |
| **project_id** | **String** | The Project's ID this invite is associated with |  |
| **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

21 entries across 21 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha60 docs/ProjectInvite.md
ory-client-0.2.0.alpha48 docs/ProjectInvite.md
ory-client-0.2.0.alpha47 docs/ProjectInvite.md
ory-client-0.2.0.alpha46 docs/ProjectInvite.md
ory-client-0.2.0.alpha45 docs/ProjectInvite.md
ory-client-0.2.0.alpha44 docs/ProjectInvite.md
ory-client-0.2.0.alpha43 docs/ProjectInvite.md
ory-client-0.2.0.alpha42 docs/ProjectInvite.md
ory-client-0.2.0.alpha41 docs/ProjectInvite.md
ory-client-0.2.0.alpha40 docs/ProjectInvite.md
ory-client-0.2.0.alpha39 docs/ProjectInvite.md
ory-client-0.2.0.alpha38 docs/ProjectInvite.md
ory-client-0.2.0.alpha37 docs/ProjectInvite.md
ory-client-0.2.0.alpha36 docs/ProjectInvite.md
ory-client-0.2.0.alpha35 docs/ProjectInvite.md
ory-client-0.2.0.alpha34 docs/ProjectInvite.md
ory-client-0.2.0.alpha33 docs/ProjectInvite.md
ory-client-0.2.0.alpha32 docs/ProjectInvite.md
ory-client-0.2.0.alpha31 docs/ProjectInvite.md
ory-client-0.2.0.alpha30 docs/ProjectInvite.md