Sha256: 7c3c4d2d160a9910621a6154813313042abdba3c9b986da4b55f2fd36c1f8f7d
Contents?: true
Size: 613 Bytes
Versions: 5
Compression:
Stored size: 613 Bytes
Contents
# OryHydraClient::Message ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | [**Object**](.md) | | [optional] **id** | **Integer** | | [optional] **text** | **String** | | [optional] **type** | **String** | The flow type can either be `api` or `browser`. | [optional] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::Message.new(context: null, id: null, text: null, type: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems