Sha256: 33f84a1affca9ff04f333b8dacc893824c7794cd310d3e575be203cce183527a
Contents?: true
Size: 666 Bytes
Versions: 26
Compression:
Stored size: 666 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::UiContainer.new( action: null, messages: null, method: null, nodes: null ) ```
Version data entries
26 entries across 26 versions & 1 rubygems