ory-client 1.20.22

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# UiNodeDivisionAttributes

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**class** | Option<**String**> | A classname that should be rendered into the DOM. | [optional]
**data** | Option<**std::collections::HashMap<String, String>**> | Data is a map of key-value pairs that are passed to the division.  They may be used for `data-...` attributes. | [optional]
**id** | **String** | A unique identifier | 
**node_type** | **String** | NodeType represents this node's type. It is a mirror of `node.type` and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"script\". text Text input Input img Image a Anchor script Script div Division | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)