Sha256: c478f5e9b29a3ffe20a8a092d9ccb8a937ebc07d38178220addafffff57abd61
Contents?: true
Size: 415 Bytes
Versions: 13
Compression:
Stored size: 415 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-client' instance = OryHydraClient::ContainerWaitOKBody.new( error: null, status_code: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems