Sha256: 972f75c202d7744c61928043eed9a279991c0d4edbce8613895cafe8f126d494

Contents?: true

Size: 414 Bytes

Versions: 95

Compression:

Stored size: 414 Bytes

Contents

# OryClient::Plan

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Name is the name of the plan. |  |
| **version** | **Integer** | Version is the version of the plan. The combination of `name@version` must be unique. |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::Plan.new(
  name: null,
  version: null
)
```

Version data entries

95 entries across 95 versions & 1 rubygems

Version Path
ory-client-1.4.8 docs/Plan.md
ory-client-1.4.7 docs/Plan.md
ory-client-1.4.6 docs/Plan.md
ory-client-1.4.5 docs/Plan.md
ory-client-1.4.4 docs/Plan.md
ory-client-1.4.3 docs/Plan.md
ory-client-1.4.2 docs/Plan.md
ory-client-1.4.1 docs/Plan.md
ory-client-1.4.0 docs/Plan.md
ory-client-1.3.0 docs/Plan.md
ory-client-1.2.17 docs/Plan.md
ory-client-1.2.16 docs/Plan.md
ory-client-1.2.15 docs/Plan.md
ory-client-1.2.14 docs/Plan.md
ory-client-1.2.11 docs/Plan.md
ory-client-1.2.10 docs/Plan.md
ory-client-1.2.9 docs/Plan.md
ory-client-1.2.8 docs/Plan.md
ory-client-1.2.7 docs/Plan.md
ory-client-1.2.6 docs/Plan.md