Sha256: ae6d9beb30dd4e7173187ea5dd7b2daf6a9f7468eef0793e3ba4443cd6cbea5e
Contents?: true
Size: 903 Bytes
Versions: 8
Compression:
Stored size: 903 Bytes
Contents
# OryKratosClient::ImageSummary ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **containers** | **Integer** | containers | | | **created** | **Integer** | created | | | **id** | **String** | Id | | | **labels** | **Hash<String, String>** | labels | | | **parent_id** | **String** | parent Id | | | **repo_digests** | **Array<String>** | repo digests | | | **repo_tags** | **Array<String>** | repo tags | | | **shared_size** | **Integer** | shared size | | | **size** | **Integer** | size | | | **virtual_size** | **Integer** | virtual size | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::ImageSummary.new( containers: null, created: null, id: null, labels: null, parent_id: null, repo_digests: null, repo_tags: null, shared_size: null, size: null, virtual_size: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems