Sha256: 4a039269aa0f857f059110c3d2d8c5b2ed176e7eefdb6a4d885205897d2e30a2

Contents?: true

Size: 563 Bytes

Versions: 28

Compression:

Stored size: 563 Bytes

Contents

# OryClient::UiNodeImageAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **height** | **Integer** | Height of the image |  |
| **id** | **String** | A unique identifier |  |
| **node_type** | **String** |  |  |
| **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

28 entries across 28 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha169 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha168 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha167 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha166 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha165 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha164 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha163 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha162 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha161 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha160 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha159 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha158 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha157 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha156 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha155 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha154 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha153 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha152 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha151 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha150 docs/UiNodeImageAttributes.md