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
15
# UiNodeImageAttributes

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**height** | **i64** | Height of the image | 
**id** | **String** | A unique identifier | 
**node_type** | **String** | NodeType represents this node's types. 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 \"img\". text Text input Input img Image a Anchor script Script div Division | 
**src** | **String** | The image's source URL.  format: uri | 
**width** | **i64** | Width of the image | 

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