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.1.36 docs/Plan.md
ory-client-1.1.35 docs/Plan.md
ory-client-1.1.34 docs/Plan.md
ory-client-1.1.33 docs/Plan.md
ory-client-1.1.32 docs/Plan.md
ory-client-1.1.31 docs/Plan.md
ory-client-1.1.30 docs/Plan.md
ory-client-1.1.29 docs/Plan.md
ory-client-1.1.28 docs/Plan.md
ory-client-1.1.27 docs/Plan.md
ory-client-1.1.26 docs/Plan.md
ory-client-1.1.25 docs/Plan.md
ory-client-1.1.24 docs/Plan.md
ory-client-1.1.23 docs/Plan.md
ory-client-1.1.22 docs/Plan.md