Sha256: f208e74316b543e97b85510426d7ecc52e08a9adfe02651c0d68a686387170db
Contents?: true
Size: 364 Bytes
Versions: 2
Compression:
Stored size: 364 Bytes
Contents
# OryClient::PluginConfigRootfs ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **diff_ids** | **Array<String>** | diff ids | [optional] | | **type** | **String** | type | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::PluginConfigRootfs.new( diff_ids: null, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha19 | docs/PluginConfigRootfs.md |
ory-client-0.0.1.alpha18 | docs/PluginConfigRootfs.md |