Sha256: 48e59d50bf97364c5ad7ab20c9dc2f8f62fe3c1766fb66a84f2747efbda914c2
Contents?: true
Size: 440 Bytes
Versions: 15
Compression:
Stored size: 440 Bytes
Contents
# OryHydraClient::ContainerCreateCreatedBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The ID of the created container | | | **warnings** | **Array<String>** | Warnings encountered when creating the container | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::ContainerCreateCreatedBody.new( id: null, warnings: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems