Sha256: 52d5b0e8988bda15b0ede5dfdfa1cef0a080bd85794891c42d0155f5363b51b7

Contents?: true

Size: 768 Bytes

Versions: 150

Compression:

Stored size: 768 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\". |  |
| **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

150 entries across 150 versions & 1 rubygems

Version Path
ory-client-1.1.25 docs/UiNodeImageAttributes.md
ory-client-1.1.24 docs/UiNodeImageAttributes.md
ory-client-1.1.23 docs/UiNodeImageAttributes.md
ory-client-1.1.22 docs/UiNodeImageAttributes.md
ory-client-1.1.21 docs/UiNodeImageAttributes.md
ory-client-1.1.20 docs/UiNodeImageAttributes.md
ory-client-1.1.19 docs/UiNodeImageAttributes.md
ory-client-1.1.18 docs/UiNodeImageAttributes.md
ory-client-1.1.17 docs/UiNodeImageAttributes.md
ory-client-1.1.16 docs/UiNodeImageAttributes.md
ory-client-1.1.15 docs/UiNodeImageAttributes.md
ory-client-1.1.14 docs/UiNodeImageAttributes.md
ory-client-1.1.13 docs/UiNodeImageAttributes.md
ory-client-1.1.12 docs/UiNodeImageAttributes.md
ory-client-1.1.11 docs/UiNodeImageAttributes.md
ory-client-1.1.10 docs/UiNodeImageAttributes.md
ory-client-1.1.7 docs/UiNodeImageAttributes.md
ory-client-1.1.5 docs/UiNodeImageAttributes.md
ory-client-1.1.4 docs/UiNodeImageAttributes.md
ory-client-1.1.3 docs/UiNodeImageAttributes.md