Sha256: b372369d2e210e9362dbbaabf9e33bf0bbe93208e9f7006b56c41111d3e37e90

Contents?: true

Size: 336 Bytes

Versions: 15

Compression:

Stored size: 336 Bytes

Contents

# OryClient::CreateProjectInvite

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **invitee_emails** | **Array<String>** | A list of emails to invite | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::CreateProjectInvite.new(
  invitee_emails: null
)
```

Version data entries

15 entries across 15 versions & 1 rubygems

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