Sha256: c7c3a4b2539f0c230a45c1f3fd7ef42c298946298c09868210ee208e45d31fea
Contents?: true
Size: 901 Bytes
Versions: 15
Compression:
Stored size: 901 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-kratos-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
15 entries across 15 versions & 1 rubygems