Sha256: 5d569508a422b626bd93800bd25a5826e040a0ae0362166626af5d2e12dada2e

Contents?: true

Size: 423 Bytes

Versions: 2

Compression:

Stored size: 423 Bytes

Contents

# OryClient::ContainerCreateCreatedBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The ID of the created container |  |
| **warnings** | **Array<String>** | Warnings encountered when creating the container |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::ContainerCreateCreatedBody.new(
  id: null,
  warnings: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/ContainerCreateCreatedBody.md
ory-client-0.0.1.alpha18 docs/ContainerCreateCreatedBody.md