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