Sha256: 74b89912c9c5a60910a52c576db0ddadee81e21d5b6d437cd6b704f79e43d45b
Contents?: true
Size: 657 Bytes
Versions: 13
Compression:
Stored size: 657 Bytes
Contents
# OryHydraClient::UiContainer ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action should be used as the form action URL `<form action=\"{{ .Action }}\" method=\"post\">`. | | | **messages** | [**Array<UiText>**](UiText.md) | | [optional] | | **method** | **String** | Method is the form method (e.g. POST) | | | **nodes** | [**Array<UiNode>**](UiNode.md) | | | ## Example ```ruby require 'ory-client' instance = OryHydraClient::UiContainer.new( action: null, messages: null, method: null, nodes: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems