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.alpha149 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha148 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha147 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha146 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha145 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha144 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha143 docs/UiNodeImageAttributes.md
ory-client-0.0.1.alpha142 docs/UiNodeImageAttributes.md