Sha256: dee3dfbe9824d83a063cf76291930572d6abe3071c724175d20a4437a241c3d4
Contents?: true
Size: 457 Bytes
Versions: 8
Compression:
Stored size: 457 Bytes
Contents
# OryKratosClient::ImageDeleteResponseItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **deleted** | **String** | The image ID of an image that was deleted | [optional] | | **untagged** | **String** | The image ID of an image that was untagged | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::ImageDeleteResponseItem.new( deleted: null, untagged: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems