Sha256: d6314b023d2f0b494ca1a9b4b5a69f634159d4293a1968b2368498f43f0551b9

Contents?: true

Size: 494 Bytes

Versions: 2

Compression:

Stored size: 494 Bytes

Contents

# OryClient::ContainerTopOKBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **processes** | **Array<Array<String>>** | Each process running in the container, where each is process is an array of values corresponding to the titles |  |
| **titles** | **Array<String>** | The ps column titles |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::ContainerTopOKBody.new(
  processes: null,
  titles: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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