Sha256: ef09930c10a15c49e5cfe3e82c06c226eb22a728a0e3963c9b437b8eb7163262
Contents?: true
Size: 442 Bytes
Versions: 8
Compression:
Stored size: 442 Bytes
Contents
# OryKratosClient::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 = OryKratosClient::ContainerCreateCreatedBody.new( id: null, warnings: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems