Sha256: fd9e1cf3ddbba694669d9691fcc5e8a80948b859c46bf6395f2af611c2a60b90
Contents?: true
Size: 894 Bytes
Versions: 13
Compression:
Stored size: 894 Bytes
Contents
# OryHydraClient::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-client' instance = OryHydraClient::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
13 entries across 13 versions & 1 rubygems