Sha256: 5dae0118c5ffe4d1bc23af9d2d7d498bed7da87acfff7f9ade0c502e5a1a7b1b
Contents?: true
Size: 575 Bytes
Versions: 38
Compression:
Stored size: 575 Bytes
Contents
# OryClient::EventStream ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | | [optional] | | **id** | **String** | | [optional] | | **role_arn** | **String** | | [optional] | | **topic_arn** | **String** | | [optional] | | **type** | **String** | | [optional] | | **updated_at** | **Time** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::EventStream.new( created_at: null, id: null, role_arn: null, topic_arn: null, type: null, updated_at: null ) ```
Version data entries
38 entries across 38 versions & 1 rubygems