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

Version Path
ory-client-0.0.1.alpha17 docs/ImageSummary.md
ory-client-0.0.1.alpha16 docs/ImageSummary.md
ory-client-0.0.1.alpha15 docs/ImageSummary.md
ory-client-0.0.1.alpha14 docs/ImageSummary.md
ory-client-0.0.1.alpha13 docs/ImageSummary.md
ory-client-0.0.1.alpha12 docs/ImageSummary.md
ory-client-0.0.1.alpha11 docs/ImageSummary.md
ory-client-0.0.1.alpha10 docs/ImageSummary.md
ory-client-0.0.1.alpha9 docs/ImageSummary.md
ory-client-0.0.1.alpha8 docs/ImageSummary.md
ory-client-0.0.1.alpha7 docs/ImageSummary.md
ory-client-0.0.1.alpha6 docs/ImageSummary.md
ory-client-0.0.1.alpha5 docs/ImageSummary.md