Sha256: fbecfd61893e39fce253e9f6aa216caf0544ee356330c5ccd2e34c53933816cf
Contents?: true
Size: 647 Bytes
Versions: 312
Compression:
Stored size: 647 Bytes
Contents
# OryClient::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 = OryClient::UiContainer.new( action: null, messages: null, method: null, nodes: null ) ```
Version data entries
312 entries across 312 versions & 1 rubygems