Sha256: bdfc7c562af2d53b2c8dbf43a73012c2e1a3486e1ed6b8a4c55591a564db3884
Contents?: true
Size: 422 Bytes
Versions: 15
Compression:
Stored size: 422 Bytes
Contents
# OryHydraClient::ContainerWaitOKBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**ContainerWaitOKBodyError**](ContainerWaitOKBodyError.md) | | | | **status_code** | **Integer** | Exit code of the container | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::ContainerWaitOKBody.new( error: null, status_code: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems