Sha256: 57edb36634f5bdbc5bdf42d39abe9f8a28c4de7ea11def7003159692a60b28f7

Contents?: true

Size: 373 Bytes

Versions: 2

Compression:

Stored size: 373 Bytes

Contents

# OryClient::ContainerChangeResponseItem

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **kind** | **Integer** | Kind of change |  |
| **path** | **String** | Path to file that has changed |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::ContainerChangeResponseItem.new(
  kind: null,
  path: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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