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

Version Path
ory-kratos-client-0.7.3.alpha8 docs/ImageSummary.md
ory-kratos-client-0.7.3.alpha6 docs/ImageSummary.md
ory-kratos-client-0.7.3.alpha5 docs/ImageSummary.md
ory-kratos-client-0.7.3.alpha4 docs/ImageSummary.md
ory-kratos-client-0.7.3.alpha3 docs/ImageSummary.md
ory-kratos-client-0.7.3.alpha2 docs/ImageSummary.md
ory-kratos-client-0.7.3.alpha1 docs/ImageSummary.md
ory-kratos-client-0.7.1.alpha2 docs/ImageSummary.md