Sha256: 2469a30a44b618ca1c1e8bdbcfb4fbe5f7b64d5e29d5c702cc1352e973a6199c

Contents?: true

Size: 884 Bytes

Versions: 2

Compression:

Stored size: 884 Bytes

Contents

# OryClient::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 = OryClient::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

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/ImageSummary.md
ory-client-0.0.1.alpha18 docs/ImageSummary.md