Sha256: 30e99b9e08c13dfa884919bcd58888c595f8c62931a17927a7d9b32b4066a20c
Contents?: true
Size: 424 Bytes
Versions: 8
Compression:
Stored size: 424 Bytes
Contents
# OryKratosClient::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 = OryKratosClient::ContainerWaitOKBody.new( error: null, status_code: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems