Sha256: de4d7d16c4f9f99f07fa503bb239a4776a3df19b9234bd4dacf4456f255f7a79
Contents?: true
Size: 842 Bytes
Versions: 8
Compression:
Stored size: 842 Bytes
Contents
# OryKratosClient::UiNodeImageAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **height** | **Integer** | 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 | | | **src** | **String** | The image's source URL. format: uri | | | **width** | **Integer** | Width of the image | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::UiNodeImageAttributes.new( height: null, id: null, node_type: null, src: null, width: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems