Sha256: 48d49968b5cc1afea9b49e2a6cb3e6f4f2e994f241be73c1c29caee330fb3ddd
Contents?: true
Size: 392 Bytes
Versions: 8
Compression:
Stored size: 392 Bytes
Contents
# OryKratosClient::ContainerChangeResponseItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **kind** | **Integer** | Kind of change | | | **path** | **String** | Path to file that has changed | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::ContainerChangeResponseItem.new( kind: null, path: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems