Sha256: e841fe2df318d3a19a3a26b397894a93813c87b85125f1639a6b6e3b76f675cb

Contents?: true

Size: 447 Bytes

Versions: 15

Compression:

Stored size: 447 Bytes

Contents

# OryClient::CreateProjectInvitesResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **all_invites** | [**Array<ProjectInvite>**](ProjectInvite.md) |  |  |
| **created_invites** | [**Array<ProjectInvite>**](ProjectInvite.md) |  |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::CreateProjectInvitesResponse.new(
  all_invites: null,
  created_invites: null
)
```

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ory-client-1.1.41 docs/CreateProjectInvitesResponse.md
ory-client-1.1.40 docs/CreateProjectInvitesResponse.md
ory-client-1.1.39.alpha0 docs/CreateProjectInvitesResponse.md
ory-client-1.1.39 docs/CreateProjectInvitesResponse.md
ory-client-1.1.38 docs/CreateProjectInvitesResponse.md
ory-client-1.1.37 docs/CreateProjectInvitesResponse.md
ory-client-1.1.36 docs/CreateProjectInvitesResponse.md
ory-client-1.1.35 docs/CreateProjectInvitesResponse.md
ory-client-1.1.34 docs/CreateProjectInvitesResponse.md
ory-client-1.1.33 docs/CreateProjectInvitesResponse.md
ory-client-1.1.32 docs/CreateProjectInvitesResponse.md
ory-client-1.1.31 docs/CreateProjectInvitesResponse.md
ory-client-1.1.30 docs/CreateProjectInvitesResponse.md
ory-client-1.1.29 docs/CreateProjectInvitesResponse.md
ory-client-1.1.28 docs/CreateProjectInvitesResponse.md