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