Sha256: da37d46cd9ed642ee88bb946843769cec19a22276241bc1db477ddbcbeeed8f8
Contents?: true
Size: 405 Bytes
Versions: 2
Compression:
Stored size: 405 Bytes
Contents
# OryClient::ContainerWaitOKBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**ContainerWaitOKBodyError**](ContainerWaitOKBodyError.md) | | | | **status_code** | **Integer** | Exit code of the container | | ## Example ```ruby require 'ory-client' instance = OryClient::ContainerWaitOKBody.new( error: null, status_code: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha19 | docs/ContainerWaitOKBody.md |
ory-client-0.0.1.alpha18 | docs/ContainerWaitOKBody.md |