Sha256: 60d893852f585cb50c4e8c3df3d416ffc250092dfe39f9b2031755f3aab298c7

Contents?: true

Size: 451 Bytes

Versions: 73

Compression:

Stored size: 451 Bytes

Contents

# OryClient::CreateInviteResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **all_invites** | [**Array<MemberInvite>**](MemberInvite.md) | A list of all invites for this resource |  |
| **created_invite** | [**MemberInvite**](MemberInvite.md) |  |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::CreateInviteResponse.new(
  all_invites: null,
  created_invite: null
)
```

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/CreateInviteResponse.md
ory-client-1.16.1 docs/CreateInviteResponse.md
ory-client-1.16.0 docs/CreateInviteResponse.md
ory-client-1.15.17 docs/CreateInviteResponse.md
ory-client-1.15.16 docs/CreateInviteResponse.md
ory-client-1.15.15 docs/CreateInviteResponse.md
ory-client-1.15.14 docs/CreateInviteResponse.md
ory-client-1.15.13 docs/CreateInviteResponse.md
ory-client-1.15.12 docs/CreateInviteResponse.md
ory-client-1.15.10 docs/CreateInviteResponse.md
ory-client-1.15.7 docs/CreateInviteResponse.md
ory-client-1.15.6 docs/CreateInviteResponse.md
ory-client-1.15.5 docs/CreateInviteResponse.md
ory-client-1.15.4 docs/CreateInviteResponse.md
ory-client-1.15.3 docs/CreateInviteResponse.md
ory-client-1.15.0 docs/CreateInviteResponse.md
ory-client-1.14.5 docs/CreateInviteResponse.md
ory-client-1.14.4 docs/CreateInviteResponse.md
ory-client-1.14.3 docs/CreateInviteResponse.md
ory-client-1.14.2 docs/CreateInviteResponse.md