Sha256: 972f75c202d7744c61928043eed9a279991c0d4edbce8613895cafe8f126d494

Contents?: true

Size: 414 Bytes

Versions: 94

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

94 entries across 94 versions & 1 rubygems

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