Sha256: 6077cd28f8a19ec54c4d6f88a4558f061ab905d51254fe1c8f808192af27e0fd
Contents?: true
Size: 433 Bytes
Versions: 13
Compression:
Stored size: 433 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-client' instance = OryHydraClient::ContainerCreateCreatedBody.new( id: null, warnings: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems