Sha256: 0fed300461f171d2e9a9d571f42bb084061a8cde0cc430990216ed2e4787dbcd

Contents?: true

Size: 1.25 KB

Versions: 18

Compression:

Stored size: 1.25 KB

Contents

# OryClient::MemberInvite

## 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** |  | [optional] |
| **status** | **String** | The invite's status Keeps track of the invites status such as pending, accepted, declined, expired pending PENDING accepted ACCEPTED declined DECLINED expired EXPIRED cancelled CANCELLED removed REMOVED |  |
| **updated_at** | **Time** | Last Time Project's Revision was Updated | [readonly] |
| **workspace_id** | **String** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::MemberInvite.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,
  workspace_id: null
)
```

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ory-client-1.13.10 docs/MemberInvite.md
ory-client-1.13.6 docs/MemberInvite.md
ory-client-1.13.4 docs/MemberInvite.md
ory-client-1.13.3 docs/MemberInvite.md
ory-client-1.13.2 docs/MemberInvite.md
ory-client-1.13.1 docs/MemberInvite.md
ory-client-1.13.0 docs/MemberInvite.md
ory-client-1.11.6 docs/MemberInvite.md
ory-client-1.9.0 docs/MemberInvite.md
ory-client-1.8.1 docs/MemberInvite.md
ory-client-1.8.0 docs/MemberInvite.md
ory-client-1.6.2 docs/MemberInvite.md
ory-client-1.6.1 docs/MemberInvite.md
ory-client-1.5.2 docs/MemberInvite.md
ory-client-1.5.1 docs/MemberInvite.md
ory-client-1.5.0 docs/MemberInvite.md
ory-client-1.4.9 docs/MemberInvite.md
ory-client-1.4.8 docs/MemberInvite.md