Sha256: 9a550decf594c37056032f1391c0ade773b9f3797b78d69f44a95c587cc60fc1
Contents?: true
Size: 513 Bytes
Versions: 8
Compression:
Stored size: 513 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::ContainerTopOKBody.new( processes: null, titles: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems