Sha256: b7c31a2593450824ac889a462fcc9d042b832598695a7fc12e2d2e5a33fedfd9
Contents?: true
Size: 448 Bytes
Versions: 13
Compression:
Stored size: 448 Bytes
Contents
# OryHydraClient::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-client' instance = OryHydraClient::ImageDeleteResponseItem.new( deleted: null, untagged: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems