Sha256: ede074ac051b430f7c7e0b2c378a29db30de2383ece41c3f4157b6beb9bd6da0

Contents?: true

Size: 823 Bytes

Versions: 30

Compression:

Stored size: 823 Bytes

Contents

# OryClient::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-client'

instance = OryClient::UiNodeImageAttributes.new(
  height: null,
  id: null,
  node_type: null,
  src: null,
  width: null
)
```

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/UiNodeImageAttributes.md
ory-client-1.16.1 docs/UiNodeImageAttributes.md
ory-client-1.16.0 docs/UiNodeImageAttributes.md
ory-client-1.15.17 docs/UiNodeImageAttributes.md
ory-client-1.15.16 docs/UiNodeImageAttributes.md
ory-client-1.15.15 docs/UiNodeImageAttributes.md
ory-client-1.15.14 docs/UiNodeImageAttributes.md
ory-client-1.15.13 docs/UiNodeImageAttributes.md
ory-client-1.15.12 docs/UiNodeImageAttributes.md
ory-client-1.15.10 docs/UiNodeImageAttributes.md
ory-client-1.15.7 docs/UiNodeImageAttributes.md
ory-client-1.15.6 docs/UiNodeImageAttributes.md
ory-client-1.15.5 docs/UiNodeImageAttributes.md
ory-client-1.15.4 docs/UiNodeImageAttributes.md
ory-client-1.15.3 docs/UiNodeImageAttributes.md
ory-client-1.15.0 docs/UiNodeImageAttributes.md
ory-client-1.14.5 docs/UiNodeImageAttributes.md
ory-client-1.14.4 docs/UiNodeImageAttributes.md
ory-client-1.14.3 docs/UiNodeImageAttributes.md
ory-client-1.14.2 docs/UiNodeImageAttributes.md